@@ -165,7 +165,7 @@ declare_features! (
165165 /// Allows the `multiple_supertrait_upcastable` lint.
166166 ( active, multiple_supertrait_upcastable, "1.69.0" , None , None ) ,
167167 /// Allow negative trait bounds. This is an internal-only feature for testing the trait solver!
168- ( incomplete, negative_bounds, "CURRENT_RUSTC_VERSION " , None , None ) ,
168+ ( incomplete, negative_bounds, "1.71.0 " , None , None ) ,
169169 /// Allows using `#[omit_gdb_pretty_printer_section]`.
170170 ( active, omit_gdb_pretty_printer_section, "1.5.0" , None , None ) ,
171171 /// Allows using `#[prelude_import]` on glob `use` items.
@@ -314,15 +314,15 @@ declare_features! (
314314 /// Allows async functions to be declared, implemented, and used in traits.
315315 ( active, async_fn_in_trait, "1.66.0" , Some ( 91611 ) , None ) ,
316316 /// Allows builtin # foo() syntax
317- ( active, builtin_syntax, "CURRENT_RUSTC_VERSION " , Some ( 110680 ) , None ) ,
317+ ( active, builtin_syntax, "1.71.0 " , Some ( 110680 ) , None ) ,
318318 /// Allows `c"foo"` literals.
319- ( active, c_str_literals, "CURRENT_RUSTC_VERSION " , Some ( 105723 ) , None ) ,
319+ ( active, c_str_literals, "1.71.0 " , Some ( 105723 ) , None ) ,
320320 /// Treat `extern "C"` function as nounwind.
321321 ( active, c_unwind, "1.52.0" , Some ( 74990 ) , None ) ,
322322 /// Allows using C-variadics.
323323 ( active, c_variadic, "1.34.0" , Some ( 44930 ) , None ) ,
324324 /// Allows the use of `#[cfg(overflow_checks)` to check if integer overflow behaviour.
325- ( active, cfg_overflow_checks, "CURRENT_RUSTC_VERSION " , Some ( 111466 ) , None ) ,
325+ ( active, cfg_overflow_checks, "1.71.0 " , Some ( 111466 ) , None ) ,
326326 /// Allows the use of `#[cfg(sanitize = "option")]`; set when -Zsanitizer is used.
327327 ( active, cfg_sanitize, "1.41.0" , Some ( 39699 ) , None ) ,
328328 /// Allows `cfg(target_abi = "...")`.
@@ -338,7 +338,7 @@ declare_features! (
338338 /// Allow conditional compilation depending on rust version
339339 ( active, cfg_version, "1.45.0" , Some ( 64796 ) , None ) ,
340340 /// Allows to use the `#[cfi_encoding = ""]` attribute.
341- ( active, cfi_encoding, "CURRENT_RUSTC_VERSION " , Some ( 89653 ) , None ) ,
341+ ( active, cfi_encoding, "1.71.0 " , Some ( 89653 ) , None ) ,
342342 /// Allows `for<...>` on closures and generators.
343343 ( active, closure_lifetime_binder, "1.64.0" , Some ( 97362 ) , None ) ,
344344 /// Allows `#[track_caller]` on closures and generators.
0 commit comments