@@ -161,7 +161,7 @@ declare_features! (
161161 /// Allows using `#[lang = ".."]` attribute for linking items to special compiler logic.
162162 ( active, lang_items, "1.0.0" , None , None ) ,
163163 /// 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 ) ,
165165 /// Allows using `#[omit_gdb_pretty_printer_section]`.
166166 ( active, omit_gdb_pretty_printer_section, "1.5.0" , None , None ) ,
167167 /// Allows using `#[prelude_import]` on glob `use` items.
@@ -214,7 +214,7 @@ declare_features! (
214214 /// Allows declaring with `#![needs_panic_runtime]` that a panic runtime is needed.
215215 ( active, needs_panic_runtime, "1.10.0" , Some ( 32837 ) , None ) ,
216216 /// 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 ) ,
218218 /// Allows using the `#![panic_runtime]` attribute.
219219 ( active, panic_runtime, "1.10.0" , Some ( 32837 ) , None ) ,
220220 /// Allows using `#[rustc_allow_const_fn_unstable]`.
@@ -468,7 +468,7 @@ declare_features! (
468468 /// Allows using the `non_exhaustive_omitted_patterns` lint.
469469 ( active, non_exhaustive_omitted_patterns_lint, "1.57.0" , Some ( 89554 ) , None ) ,
470470 /// 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 ) ,
472472 /// Allows making `dyn Trait` well-formed even if `Trait` is not object safe.
473473 /// In that case, `dyn Trait: Trait` does not hold. Moreover, coercions and
474474 /// casts in safe Rust to `dyn Trait` for such a `Trait` is also forbidden.
0 commit comments