@@ -216,7 +216,7 @@ declare_features! (
216216 /// Set the maximum pattern complexity allowed (not limited by default).
217217 ( internal, pattern_complexity, "1.78.0" , None ) ,
218218 /// Allows using pattern types.
219- ( internal, pattern_types, "CURRENT_RUSTC_VERSION " , Some ( 123646 ) ) ,
219+ ( internal, pattern_types, "1.79.0 " , Some ( 123646 ) ) ,
220220 /// Allows using `#[prelude_import]` on glob `use` items.
221221 ( internal, prelude_import, "1.2.0" , None ) ,
222222 /// Used to identify crates that contain the profiler runtime.
@@ -384,7 +384,7 @@ declare_features! (
384384 /// Allows `cfg(target_thread_local)`.
385385 ( unstable, cfg_target_thread_local, "1.7.0" , Some ( 29594 ) ) ,
386386 /// 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 ) ) ,
388388 /// Allow conditional compilation depending on rust version
389389 ( unstable, cfg_version, "1.45.0" , Some ( 64796 ) ) ,
390390 /// Allows to use the `#[cfi_encoding = ""]` attribute.
@@ -439,7 +439,7 @@ declare_features! (
439439 /// Allows having using `suggestion` in the `#[deprecated]` attribute.
440440 ( unstable, deprecated_suggestion, "1.61.0" , Some ( 94785 ) ) ,
441441 /// Allows deref patterns.
442- ( incomplete, deref_patterns, "CURRENT_RUSTC_VERSION " , Some ( 87121 ) ) ,
442+ ( incomplete, deref_patterns, "1.79.0 " , Some ( 87121 ) ) ,
443443 /// Controls errors in trait implementations.
444444 ( unstable, do_not_recommend, "1.67.0" , Some ( 51992 ) ) ,
445445 /// Tells rustdoc to automatically generate `#[doc(cfg(...))]`.
@@ -530,9 +530,9 @@ declare_features! (
530530 /// Allows the `#[must_not_suspend]` attribute.
531531 ( unstable, must_not_suspend, "1.57.0" , Some ( 83310 ) ) ,
532532 /// 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 ) ) ,
534534 /// 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 ) ) ,
536536 /// Allows using `#[naked]` on functions.
537537 ( unstable, naked_functions, "1.9.0" , Some ( 90957 ) ) ,
538538 /// Allows specifying the as-needed link modifier
@@ -564,17 +564,17 @@ declare_features! (
564564 /// Allows using `#[optimize(X)]`.
565565 ( unstable, optimize_attribute, "1.34.0" , Some ( 54882 ) ) ,
566566 /// Allows postfix match `expr.match { ... }`
567- ( unstable, postfix_match, "CURRENT_RUSTC_VERSION " , Some ( 121618 ) ) ,
567+ ( unstable, postfix_match, "1.79.0 " , Some ( 121618 ) ) ,
568568 /// 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 ) ) ,
570570 /// Allows macro attributes on expressions, statements and non-inline modules.
571571 ( unstable, proc_macro_hygiene, "1.30.0" , Some ( 54727 ) ) ,
572572 /// Allows `&raw const $place_expr` and `&raw mut $place_expr` expressions.
573573 ( unstable, raw_ref_op, "1.41.0" , Some ( 64490 ) ) ,
574574 /// 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 ) ) ,
576576 /// 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 ) ) ,
578578 /// Allows using the `#[register_tool]` attribute.
579579 ( unstable, register_tool, "1.41.0" , Some ( 66079 ) ) ,
580580 /// Allows the `#[repr(i128)]` attribute for enums.
0 commit comments