@@ -474,7 +474,7 @@ declare_features! (
474474 /// Allows `dyn* Trait` objects.
475475 ( incomplete, dyn_star, "1.65.0" , Some ( 102425 ) ) ,
476476 /// Allows the .use postfix syntax `x.use` and use closures `use |x| { ... }`
477- ( incomplete, ergonomic_clones, "CURRENT_RUSTC_VERSION " , Some ( 132290 ) ) ,
477+ ( incomplete, ergonomic_clones, "1.87.0 " , Some ( 132290 ) ) ,
478478 /// Allows exhaustive pattern matching on types that contain uninhabited types.
479479 ( unstable, exhaustive_patterns, "1.13.0" , Some ( 51085 ) ) ,
480480 /// Allows explicit tail calls via `become` expression.
@@ -511,7 +511,7 @@ declare_features! (
511511 /// Allows generic parameters and where-clauses on free & associated const items.
512512 ( incomplete, generic_const_items, "1.73.0" , Some ( 113521 ) ) ,
513513 /// Allows the type of const generics to depend on generic parameters
514- ( incomplete, generic_const_parameter_types, "CURRENT_RUSTC_VERSION " , Some ( 137626 ) ) ,
514+ ( incomplete, generic_const_parameter_types, "1.87.0 " , Some ( 137626 ) ) ,
515515 /// Allows any generic constants being used as pattern type range ends
516516 ( incomplete, generic_pattern_types, "1.86.0" , Some ( 136574 ) ) ,
517517 /// Allows registering static items globally, possibly across crates, to iterate over at runtime.
@@ -602,7 +602,7 @@ declare_features! (
602602 /// Allows macro attributes on expressions, statements and non-inline modules.
603603 ( unstable, proc_macro_hygiene, "1.30.0" , Some ( 54727 ) ) ,
604604 /// Allows the use of raw-dylibs on ELF platforms
605- ( incomplete, raw_dylib_elf, "CURRENT_RUSTC_VERSION " , Some ( 135694 ) ) ,
605+ ( incomplete, raw_dylib_elf, "1.87.0 " , Some ( 135694 ) ) ,
606606 /// Makes `&` and `&mut` patterns eat only one layer of references in Rust 2024.
607607 ( incomplete, ref_pat_eat_one_layer_2024, "1.79.0" , Some ( 123076 ) ) ,
608608 /// Makes `&` and `&mut` patterns eat only one layer of references in Rust 2024—structural variant
@@ -664,14 +664,14 @@ declare_features! (
664664 /// Allows using the `#[used(linker)]` (or `#[used(compiler)]`) attribute.
665665 ( unstable, used_with_arg, "1.60.0" , Some ( 93798 ) ) ,
666666 /// Allows use of attributes in `where` clauses.
667- ( unstable, where_clause_attrs, "CURRENT_RUSTC_VERSION " , Some ( 115590 ) ) ,
667+ ( unstable, where_clause_attrs, "1.87.0 " , Some ( 115590 ) ) ,
668668 /// Allows use of x86 `AMX` target-feature attributes and intrinsics
669669 ( unstable, x86_amx_intrinsics, "1.81.0" , Some ( 126622 ) ) ,
670670 /// Allows use of the `xop` target-feature
671671 ( unstable, xop_target_feature, "1.81.0" , Some ( 127208 ) ) ,
672672 /// Allows `do yeet` expressions
673673 ( unstable, yeet_expr, "1.62.0" , Some ( 96373 ) ) ,
674- ( unstable, yield_expr, "CURRENT_RUSTC_VERSION " , Some ( 43122 ) ) ,
674+ ( unstable, yield_expr, "1.87.0 " , Some ( 43122 ) ) ,
675675 // !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!!
676676 // Features are listed in alphabetical order. Tidy will fail if you don't keep it this way.
677677 // !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!!
0 commit comments