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