@@ -339,7 +339,7 @@ declare_features! (
339
339
/// Allows to use the `#[cmse_nonsecure_entry]` attribute.
340
340
( active, cmse_nonsecure_entry, "1.48.0" , Some ( 75835 ) , None ) ,
341
341
/// Allows use of the `#[collapse_debuginfo]` attribute.
342
- ( active, collapse_debuginfo, "CURRENT_RUSTC_VERSION " , Some ( 100758 ) , None ) ,
342
+ ( active, collapse_debuginfo, "1.65.0 " , Some ( 100758 ) , None ) ,
343
343
/// Allows `async {}` expressions in const contexts.
344
344
( active, const_async_blocks, "1.53.0" , Some ( 85368 ) , None ) ,
345
345
// Allows limiting the evaluation steps of const expressions
@@ -385,7 +385,7 @@ declare_features! (
385
385
/// Allows `#[doc(masked)]`.
386
386
( active, doc_masked, "1.21.0" , Some ( 44027 ) , None ) ,
387
387
/// Allows `dyn* Trait` objects.
388
- ( incomplete, dyn_star, "CURRENT_RUSTC_VERSION " , Some ( 91611 ) , None ) ,
388
+ ( incomplete, dyn_star, "1.65.0 " , Some ( 91611 ) , None ) ,
389
389
/// Allows `X..Y` patterns.
390
390
( active, exclusive_range_pattern, "1.11.0" , Some ( 37854 ) , None ) ,
391
391
/// Allows exhaustive pattern matching on types that contain uninhabited types.
@@ -401,7 +401,7 @@ declare_features! (
401
401
/// Allows using `#[repr(align(...))]` on function items
402
402
( active, fn_align, "1.53.0" , Some ( 82232 ) , None ) ,
403
403
/// Allows generators to be cloned.
404
- ( active, generator_clone, "CURRENT_RUSTC_VERSION " , Some ( 95360 ) , None ) ,
404
+ ( active, generator_clone, "1.65.0 " , Some ( 95360 ) , None ) ,
405
405
/// Allows defining generators.
406
406
( active, generators, "1.21.0" , Some ( 43122 ) , None ) ,
407
407
/// Infer generic args for both consts and types.
@@ -482,7 +482,7 @@ declare_features! (
482
482
/// Allows macro attributes on expressions, statements and non-inline modules.
483
483
( active, proc_macro_hygiene, "1.30.0" , Some ( 54727 ) , None ) ,
484
484
/// Allows the use of raw-dylibs (RFC 2627).
485
- ( active, raw_dylib, "CURRENT_RUSTC_VERSION " , Some ( 58713 ) , None ) ,
485
+ ( active, raw_dylib, "1.65.0 " , Some ( 58713 ) , None ) ,
486
486
/// Allows `&raw const $place_expr` and `&raw mut $place_expr` expressions.
487
487
( active, raw_ref_op, "1.41.0" , Some ( 64490 ) , None ) ,
488
488
/// Allows using the `#[register_tool]` attribute.
@@ -492,7 +492,7 @@ declare_features! (
492
492
/// Allows `repr(simd)` and importing the various simd intrinsics.
493
493
( active, repr_simd, "1.4.0" , Some ( 27731 ) , None ) ,
494
494
/// Allows return-position `impl Trait` in traits.
495
- ( incomplete, return_position_impl_trait_in_trait, "CURRENT_RUSTC_VERSION " , Some ( 91611 ) , None ) ,
495
+ ( incomplete, return_position_impl_trait_in_trait, "1.65.0 " , Some ( 91611 ) , None ) ,
496
496
/// Allows `extern "rust-cold"`.
497
497
( active, rust_cold_cc, "1.63.0" , Some ( 97544 ) , None ) ,
498
498
/// Allows the use of SIMD types in functions declared in `extern` blocks.
@@ -526,7 +526,7 @@ declare_features! (
526
526
/// not changed from prior instances of the same struct (RFC #2528)
527
527
( active, type_changing_struct_update, "1.58.0" , Some ( 86555 ) , None ) ,
528
528
/// Enables rustc to generate code that instructs libstd to NOT ignore SIGPIPE.
529
- ( active, unix_sigpipe, "CURRENT_RUSTC_VERSION " , Some ( 97889 ) , None ) ,
529
+ ( active, unix_sigpipe, "1.65.0 " , Some ( 97889 ) , None ) ,
530
530
/// Allows unsized fn parameters.
531
531
( active, unsized_fn_params, "1.49.0" , Some ( 48055 ) , None ) ,
532
532
/// Allows unsized rvalues at arguments and parameters.
0 commit comments