@@ -161,7 +161,7 @@ declare_features! (
161
161
/// Allows using `#[lang = ".."]` attribute for linking items to special compiler logic.
162
162
( active, lang_items, "1.0.0" , None , None ) ,
163
163
/// Allows the `multiple_supertrait_upcastable` lint.
164
- ( active, multiple_supertrait_upcastable, "CURRENT_RUSTC_VERSION " , None , None ) ,
164
+ ( active, multiple_supertrait_upcastable, "1.69.0 " , None , None ) ,
165
165
/// Allows using `#[omit_gdb_pretty_printer_section]`.
166
166
( active, omit_gdb_pretty_printer_section, "1.5.0" , None , None ) ,
167
167
/// Allows using `#[prelude_import]` on glob `use` items.
@@ -214,7 +214,7 @@ declare_features! (
214
214
/// Allows declaring with `#![needs_panic_runtime]` that a panic runtime is needed.
215
215
( active, needs_panic_runtime, "1.10.0" , Some ( 32837 ) , None ) ,
216
216
/// Allows using `+bundled,+whole-archive` native libs.
217
- ( active, packed_bundled_libs, "CURRENT_RUSTC_VERSION " , Some ( 108081 ) , None ) ,
217
+ ( active, packed_bundled_libs, "1.69.0 " , Some ( 108081 ) , None ) ,
218
218
/// Allows using the `#![panic_runtime]` attribute.
219
219
( active, panic_runtime, "1.10.0" , Some ( 32837 ) , None ) ,
220
220
/// Allows using `#[rustc_allow_const_fn_unstable]`.
@@ -468,7 +468,7 @@ declare_features! (
468
468
/// Allows using the `non_exhaustive_omitted_patterns` lint.
469
469
( active, non_exhaustive_omitted_patterns_lint, "1.57.0" , Some ( 89554 ) , None ) ,
470
470
/// Allows `for<T>` binders in where-clauses
471
- ( incomplete, non_lifetime_binders, "CURRENT_RUSTC_VERSION " , Some ( 108185 ) , None ) ,
471
+ ( incomplete, non_lifetime_binders, "1.69.0 " , Some ( 108185 ) , None ) ,
472
472
/// Allows making `dyn Trait` well-formed even if `Trait` is not object safe.
473
473
/// In that case, `dyn Trait: Trait` does not hold. Moreover, coercions and
474
474
/// casts in safe Rust to `dyn Trait` for such a `Trait` is also forbidden.
0 commit comments