@@ -165,7 +165,7 @@ declare_features! (
165
165
/// Allows the `multiple_supertrait_upcastable` lint.
166
166
( active, multiple_supertrait_upcastable, "1.69.0" , None , None ) ,
167
167
/// 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 ) ,
169
169
/// Allows using `#[omit_gdb_pretty_printer_section]`.
170
170
( active, omit_gdb_pretty_printer_section, "1.5.0" , None , None ) ,
171
171
/// Allows using `#[prelude_import]` on glob `use` items.
@@ -314,15 +314,15 @@ declare_features! (
314
314
/// Allows async functions to be declared, implemented, and used in traits.
315
315
( active, async_fn_in_trait, "1.66.0" , Some ( 91611 ) , None ) ,
316
316
/// Allows builtin # foo() syntax
317
- ( active, builtin_syntax, "CURRENT_RUSTC_VERSION " , Some ( 110680 ) , None ) ,
317
+ ( active, builtin_syntax, "1.71.0 " , Some ( 110680 ) , None ) ,
318
318
/// 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 ) ,
320
320
/// Treat `extern "C"` function as nounwind.
321
321
( active, c_unwind, "1.52.0" , Some ( 74990 ) , None ) ,
322
322
/// Allows using C-variadics.
323
323
( active, c_variadic, "1.34.0" , Some ( 44930 ) , None ) ,
324
324
/// 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 ) ,
326
326
/// Allows the use of `#[cfg(sanitize = "option")]`; set when -Zsanitizer is used.
327
327
( active, cfg_sanitize, "1.41.0" , Some ( 39699 ) , None ) ,
328
328
/// Allows `cfg(target_abi = "...")`.
@@ -338,7 +338,7 @@ declare_features! (
338
338
/// Allow conditional compilation depending on rust version
339
339
( active, cfg_version, "1.45.0" , Some ( 64796 ) , None ) ,
340
340
/// 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 ) ,
342
342
/// Allows `for<...>` on closures and generators.
343
343
( active, closure_lifetime_binder, "1.64.0" , Some ( 97362 ) , None ) ,
344
344
/// Allows `#[track_caller]` on closures and generators.
0 commit comments