@@ -474,7 +474,7 @@ declare_features! (
474
474
/// Allows `dyn* Trait` objects.
475
475
( incomplete, dyn_star, "1.65.0" , Some ( 102425 ) ) ,
476
476
/// 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 ) ) ,
478
478
/// Allows exhaustive pattern matching on types that contain uninhabited types.
479
479
( unstable, exhaustive_patterns, "1.13.0" , Some ( 51085 ) ) ,
480
480
/// Allows explicit tail calls via `become` expression.
@@ -511,7 +511,7 @@ declare_features! (
511
511
/// Allows generic parameters and where-clauses on free & associated const items.
512
512
( incomplete, generic_const_items, "1.73.0" , Some ( 113521 ) ) ,
513
513
/// 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 ) ) ,
515
515
/// Allows any generic constants being used as pattern type range ends
516
516
( incomplete, generic_pattern_types, "1.86.0" , Some ( 136574 ) ) ,
517
517
/// Allows registering static items globally, possibly across crates, to iterate over at runtime.
@@ -602,7 +602,7 @@ declare_features! (
602
602
/// Allows macro attributes on expressions, statements and non-inline modules.
603
603
( unstable, proc_macro_hygiene, "1.30.0" , Some ( 54727 ) ) ,
604
604
/// 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 ) ) ,
606
606
/// Makes `&` and `&mut` patterns eat only one layer of references in Rust 2024.
607
607
( incomplete, ref_pat_eat_one_layer_2024, "1.79.0" , Some ( 123076 ) ) ,
608
608
/// Makes `&` and `&mut` patterns eat only one layer of references in Rust 2024—structural variant
@@ -664,14 +664,14 @@ declare_features! (
664
664
/// Allows using the `#[used(linker)]` (or `#[used(compiler)]`) attribute.
665
665
( unstable, used_with_arg, "1.60.0" , Some ( 93798 ) ) ,
666
666
/// 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 ) ) ,
668
668
/// Allows use of x86 `AMX` target-feature attributes and intrinsics
669
669
( unstable, x86_amx_intrinsics, "1.81.0" , Some ( 126622 ) ) ,
670
670
/// Allows use of the `xop` target-feature
671
671
( unstable, xop_target_feature, "1.81.0" , Some ( 127208 ) ) ,
672
672
/// Allows `do yeet` expressions
673
673
( 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 ) ) ,
675
675
// !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!!
676
676
// Features are listed in alphabetical order. Tidy will fail if you don't keep it this way.
677
677
// !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!! !!!!
0 commit comments