@@ -83,7 +83,7 @@ declare_features! (
83
83
/// Allows overloading augmented assignment operations like `a += b`.
84
84
( accepted, augmented_assignments, "1.8.0" , Some ( 28235 ) ) ,
85
85
/// Allows using `avx512*` target features.
86
- ( accepted, avx512_target_feature, "CURRENT_RUSTC_VERSION " , Some ( 44839 ) ) ,
86
+ ( accepted, avx512_target_feature, "1.89.0 " , Some ( 44839 ) ) ,
87
87
/// Allows mixing bind-by-move in patterns and references to those identifiers in guards.
88
88
( accepted, bind_by_move_pattern_guards, "1.39.0" , Some ( 15287 ) ) ,
89
89
/// Allows bindings in the subpattern of a binding pattern.
@@ -221,7 +221,7 @@ declare_features! (
221
221
/// Allows capturing variables in scope using format_args!
222
222
( accepted, format_args_capture, "1.58.0" , Some ( 67984 ) ) ,
223
223
/// Infer generic args for both consts and types.
224
- ( accepted, generic_arg_infer, "CURRENT_RUSTC_VERSION " , Some ( 85077 ) ) ,
224
+ ( accepted, generic_arg_infer, "1.89.0 " , Some ( 85077 ) ) ,
225
225
/// Allows associated types to be generic, e.g., `type Foo<T>;` (RFC 1598).
226
226
( accepted, generic_associated_types, "1.65.0" , Some ( 44265 ) ) ,
227
227
/// Allows attributes on lifetime/type formal parameters in generics (RFC 1327).
@@ -262,7 +262,7 @@ declare_features! (
262
262
/// especially around globs and shadowing (RFC 1560).
263
263
( accepted, item_like_imports, "1.15.0" , Some ( 35120 ) ) ,
264
264
// Allows using the `kl` and `widekl` target features and the associated intrinsics
265
- ( accepted, keylocker_x86, "CURRENT_RUSTC_VERSION " , Some ( 134813 ) ) ,
265
+ ( accepted, keylocker_x86, "1.89.0 " , Some ( 134813 ) ) ,
266
266
/// Allows `'a: { break 'a; }`.
267
267
( accepted, label_break_value, "1.65.0" , Some ( 48594 ) ) ,
268
268
/// Allows `let...else` statements.
@@ -365,7 +365,7 @@ declare_features! (
365
365
/// Lessens the requirements for structs to implement `Unsize`.
366
366
( accepted, relaxed_struct_unsize, "1.58.0" , Some ( 81793 ) ) ,
367
367
/// Allows the `#[repr(i128)]` attribute for enums.
368
- ( accepted, repr128, "CURRENT_RUSTC_VERSION " , Some ( 56071 ) ) ,
368
+ ( accepted, repr128, "1.89.0 " , Some ( 56071 ) ) ,
369
369
/// Allows `repr(align(16))` struct attribute (RFC 1358).
370
370
( accepted, repr_align, "1.25.0" , Some ( 33626 ) ) ,
371
371
/// Allows using `#[repr(align(X))]` on enums with equivalent semantics
@@ -387,7 +387,7 @@ declare_features! (
387
387
/// Allows `Self` struct constructor (RFC 2302).
388
388
( accepted, self_struct_ctor, "1.32.0" , Some ( 51994 ) ) ,
389
389
/// Allows use of x86 SHA512, SM3 and SM4 target-features and intrinsics
390
- ( accepted, sha512_sm_x86, "CURRENT_RUSTC_VERSION " , Some ( 126624 ) ) ,
390
+ ( accepted, sha512_sm_x86, "1.89.0 " , Some ( 126624 ) ) ,
391
391
/// Shortern the tail expression lifetime
392
392
( accepted, shorter_tail_lifetimes, "1.84.0" , Some ( 123739 ) ) ,
393
393
/// Allows using subslice patterns, `[a, .., b]` and `[a, xs @ .., b]`.
0 commit comments