@@ -339,7 +339,7 @@ declare_features! (
339339 /// Allows to use the `#[cmse_nonsecure_entry]` attribute.
340340 ( active, cmse_nonsecure_entry, "1.48.0" , Some ( 75835 ) , None ) ,
341341 /// 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 ) ,
343343 /// Allows `async {}` expressions in const contexts.
344344 ( active, const_async_blocks, "1.53.0" , Some ( 85368 ) , None ) ,
345345 // Allows limiting the evaluation steps of const expressions
@@ -385,7 +385,7 @@ declare_features! (
385385 /// Allows `#[doc(masked)]`.
386386 ( active, doc_masked, "1.21.0" , Some ( 44027 ) , None ) ,
387387 /// Allows `dyn* Trait` objects.
388- ( incomplete, dyn_star, "CURRENT_RUSTC_VERSION " , Some ( 91611 ) , None ) ,
388+ ( incomplete, dyn_star, "1.65.0 " , Some ( 91611 ) , None ) ,
389389 /// Allows `X..Y` patterns.
390390 ( active, exclusive_range_pattern, "1.11.0" , Some ( 37854 ) , None ) ,
391391 /// Allows exhaustive pattern matching on types that contain uninhabited types.
@@ -401,7 +401,7 @@ declare_features! (
401401 /// Allows using `#[repr(align(...))]` on function items
402402 ( active, fn_align, "1.53.0" , Some ( 82232 ) , None ) ,
403403 /// 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 ) ,
405405 /// Allows defining generators.
406406 ( active, generators, "1.21.0" , Some ( 43122 ) , None ) ,
407407 /// Infer generic args for both consts and types.
@@ -482,7 +482,7 @@ declare_features! (
482482 /// Allows macro attributes on expressions, statements and non-inline modules.
483483 ( active, proc_macro_hygiene, "1.30.0" , Some ( 54727 ) , None ) ,
484484 /// 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 ) ,
486486 /// Allows `&raw const $place_expr` and `&raw mut $place_expr` expressions.
487487 ( active, raw_ref_op, "1.41.0" , Some ( 64490 ) , None ) ,
488488 /// Allows using the `#[register_tool]` attribute.
@@ -492,7 +492,7 @@ declare_features! (
492492 /// Allows `repr(simd)` and importing the various simd intrinsics.
493493 ( active, repr_simd, "1.4.0" , Some ( 27731 ) , None ) ,
494494 /// 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 ) ,
496496 /// Allows `extern "rust-cold"`.
497497 ( active, rust_cold_cc, "1.63.0" , Some ( 97544 ) , None ) ,
498498 /// Allows the use of SIMD types in functions declared in `extern` blocks.
@@ -526,7 +526,7 @@ declare_features! (
526526 /// not changed from prior instances of the same struct (RFC #2528)
527527 ( active, type_changing_struct_update, "1.58.0" , Some ( 86555 ) , None ) ,
528528 /// 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 ) ,
530530 /// Allows unsized fn parameters.
531531 ( active, unsized_fn_params, "1.49.0" , Some ( 48055 ) , None ) ,
532532 /// Allows unsized rvalues at arguments and parameters.
0 commit comments