@@ -83,7 +83,7 @@ declare_features! (
8383 /// Allows overloading augmented assignment operations like `a += b`.
8484 ( accepted, augmented_assignments, "1.8.0" , Some ( 28235 ) ) ,
8585 /// 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 ) ) ,
8787 /// Allows mixing bind-by-move in patterns and references to those identifiers in guards.
8888 ( accepted, bind_by_move_pattern_guards, "1.39.0" , Some ( 15287 ) ) ,
8989 /// Allows bindings in the subpattern of a binding pattern.
@@ -221,7 +221,7 @@ declare_features! (
221221 /// Allows capturing variables in scope using format_args!
222222 ( accepted, format_args_capture, "1.58.0" , Some ( 67984 ) ) ,
223223 /// 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 ) ) ,
225225 /// Allows associated types to be generic, e.g., `type Foo<T>;` (RFC 1598).
226226 ( accepted, generic_associated_types, "1.65.0" , Some ( 44265 ) ) ,
227227 /// Allows attributes on lifetime/type formal parameters in generics (RFC 1327).
@@ -262,7 +262,7 @@ declare_features! (
262262 /// especially around globs and shadowing (RFC 1560).
263263 ( accepted, item_like_imports, "1.15.0" , Some ( 35120 ) ) ,
264264 // 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 ) ) ,
266266 /// Allows `'a: { break 'a; }`.
267267 ( accepted, label_break_value, "1.65.0" , Some ( 48594 ) ) ,
268268 /// Allows `let...else` statements.
@@ -365,7 +365,7 @@ declare_features! (
365365 /// Lessens the requirements for structs to implement `Unsize`.
366366 ( accepted, relaxed_struct_unsize, "1.58.0" , Some ( 81793 ) ) ,
367367 /// Allows the `#[repr(i128)]` attribute for enums.
368- ( accepted, repr128, "CURRENT_RUSTC_VERSION " , Some ( 56071 ) ) ,
368+ ( accepted, repr128, "1.89.0 " , Some ( 56071 ) ) ,
369369 /// Allows `repr(align(16))` struct attribute (RFC 1358).
370370 ( accepted, repr_align, "1.25.0" , Some ( 33626 ) ) ,
371371 /// Allows using `#[repr(align(X))]` on enums with equivalent semantics
@@ -387,7 +387,7 @@ declare_features! (
387387 /// Allows `Self` struct constructor (RFC 2302).
388388 ( accepted, self_struct_ctor, "1.32.0" , Some ( 51994 ) ) ,
389389 /// 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 ) ) ,
391391 /// Shorten the tail expression lifetime
392392 ( accepted, shorter_tail_lifetimes, "1.84.0" , Some ( 123739 ) ) ,
393393 /// Allows using subslice patterns, `[a, .., b]` and `[a, xs @ .., b]`.
0 commit comments