@@ -216,7 +216,7 @@ declare_features! (
216
216
/// Set the maximum pattern complexity allowed (not limited by default).
217
217
( internal, pattern_complexity, "1.78.0" , None ) ,
218
218
/// Allows using pattern types.
219
- ( internal, pattern_types, "CURRENT_RUSTC_VERSION " , Some ( 123646 ) ) ,
219
+ ( internal, pattern_types, "1.79.0 " , Some ( 123646 ) ) ,
220
220
/// Allows using `#[prelude_import]` on glob `use` items.
221
221
( internal, prelude_import, "1.2.0" , None ) ,
222
222
/// Used to identify crates that contain the profiler runtime.
@@ -384,7 +384,7 @@ declare_features! (
384
384
/// Allows `cfg(target_thread_local)`.
385
385
( unstable, cfg_target_thread_local, "1.7.0" , Some ( 29594 ) ) ,
386
386
/// Allows the use of `#[cfg(ub_checks)` to check if UB checks are enabled.
387
- ( unstable, cfg_ub_checks, "CURRENT_RUSTC_VERSION " , Some ( 123499 ) ) ,
387
+ ( unstable, cfg_ub_checks, "1.79.0 " , Some ( 123499 ) ) ,
388
388
/// Allow conditional compilation depending on rust version
389
389
( unstable, cfg_version, "1.45.0" , Some ( 64796 ) ) ,
390
390
/// Allows to use the `#[cfi_encoding = ""]` attribute.
@@ -439,7 +439,7 @@ declare_features! (
439
439
/// Allows having using `suggestion` in the `#[deprecated]` attribute.
440
440
( unstable, deprecated_suggestion, "1.61.0" , Some ( 94785 ) ) ,
441
441
/// Allows deref patterns.
442
- ( incomplete, deref_patterns, "CURRENT_RUSTC_VERSION " , Some ( 87121 ) ) ,
442
+ ( incomplete, deref_patterns, "1.79.0 " , Some ( 87121 ) ) ,
443
443
/// Controls errors in trait implementations.
444
444
( unstable, do_not_recommend, "1.67.0" , Some ( 51992 ) ) ,
445
445
/// Tells rustdoc to automatically generate `#[doc(cfg(...))]`.
@@ -530,9 +530,9 @@ declare_features! (
530
530
/// Allows the `#[must_not_suspend]` attribute.
531
531
( unstable, must_not_suspend, "1.57.0" , Some ( 83310 ) ) ,
532
532
/// Make `mut` not reset the binding mode on edition >= 2024.
533
- ( incomplete, mut_preserve_binding_mode_2024, "CURRENT_RUSTC_VERSION " , Some ( 123076 ) ) ,
533
+ ( incomplete, mut_preserve_binding_mode_2024, "1.79.0 " , Some ( 123076 ) ) ,
534
534
/// Allows `mut ref` and `mut ref mut` identifier patterns.
535
- ( incomplete, mut_ref, "CURRENT_RUSTC_VERSION " , Some ( 123076 ) ) ,
535
+ ( incomplete, mut_ref, "1.79.0 " , Some ( 123076 ) ) ,
536
536
/// Allows using `#[naked]` on functions.
537
537
( unstable, naked_functions, "1.9.0" , Some ( 90957 ) ) ,
538
538
/// Allows specifying the as-needed link modifier
@@ -564,17 +564,17 @@ declare_features! (
564
564
/// Allows using `#[optimize(X)]`.
565
565
( unstable, optimize_attribute, "1.34.0" , Some ( 54882 ) ) ,
566
566
/// Allows postfix match `expr.match { ... }`
567
- ( unstable, postfix_match, "CURRENT_RUSTC_VERSION " , Some ( 121618 ) ) ,
567
+ ( unstable, postfix_match, "1.79.0 " , Some ( 121618 ) ) ,
568
568
/// Allows `use<'a, 'b, A, B>` in `impl use<...> Trait` for precise capture of generic args.
569
- ( incomplete, precise_capturing, "CURRENT_RUSTC_VERSION " , Some ( 123432 ) ) ,
569
+ ( incomplete, precise_capturing, "1.79.0 " , Some ( 123432 ) ) ,
570
570
/// Allows macro attributes on expressions, statements and non-inline modules.
571
571
( unstable, proc_macro_hygiene, "1.30.0" , Some ( 54727 ) ) ,
572
572
/// Allows `&raw const $place_expr` and `&raw mut $place_expr` expressions.
573
573
( unstable, raw_ref_op, "1.41.0" , Some ( 64490 ) ) ,
574
574
/// Makes `&` and `&mut` patterns eat only one layer of references in Rust 2024.
575
- ( incomplete, ref_pat_eat_one_layer_2024, "CURRENT_RUSTC_VERSION " , Some ( 123076 ) ) ,
575
+ ( incomplete, ref_pat_eat_one_layer_2024, "1.79.0 " , Some ( 123076 ) ) ,
576
576
/// Allows `&` and `&mut` patterns to consume match-ergonomics-inserted references.
577
- ( incomplete, ref_pat_everywhere, "CURRENT_RUSTC_VERSION " , Some ( 123076 ) ) ,
577
+ ( incomplete, ref_pat_everywhere, "1.79.0 " , Some ( 123076 ) ) ,
578
578
/// Allows using the `#[register_tool]` attribute.
579
579
( unstable, register_tool, "1.41.0" , Some ( 66079 ) ) ,
580
580
/// Allows the `#[repr(i128)]` attribute for enums.
0 commit comments