@@ -341,7 +341,7 @@ declare_features! (
341341 /// Allows to use the `#[cmse_nonsecure_entry]` attribute.
342342 ( active, cmse_nonsecure_entry, "1.48.0" , Some ( 75835 ) , None ) ,
343343 /// 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 ) ,
345345 /// Allows `async {}` expressions in const contexts.
346346 ( active, const_async_blocks, "1.53.0" , Some ( 85368 ) , None ) ,
347347 // Allows limiting the evaluation steps of const expressions
@@ -387,7 +387,7 @@ declare_features! (
387387 /// Allows `#[doc(masked)]`.
388388 ( active, doc_masked, "1.21.0" , Some ( 44027 ) , None ) ,
389389 /// Allows `dyn* Trait` objects.
390- ( incomplete, dyn_star, "CURRENT_RUSTC_VERSION " , Some ( 91611 ) , None ) ,
390+ ( incomplete, dyn_star, "1.65.0 " , Some ( 91611 ) , None ) ,
391391 /// Allows `X..Y` patterns.
392392 ( active, exclusive_range_pattern, "1.11.0" , Some ( 37854 ) , None ) ,
393393 /// Allows exhaustive pattern matching on types that contain uninhabited types.
@@ -403,7 +403,7 @@ declare_features! (
403403 /// Allows using `#[repr(align(...))]` on function items
404404 ( active, fn_align, "1.53.0" , Some ( 82232 ) , None ) ,
405405 /// 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 ) ,
407407 /// Allows defining generators.
408408 ( active, generators, "1.21.0" , Some ( 43122 ) , None ) ,
409409 /// Infer generic args for both consts and types.
@@ -484,7 +484,7 @@ declare_features! (
484484 /// Allows macro attributes on expressions, statements and non-inline modules.
485485 ( active, proc_macro_hygiene, "1.30.0" , Some ( 54727 ) , None ) ,
486486 /// 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 ) ,
488488 /// Allows `&raw const $place_expr` and `&raw mut $place_expr` expressions.
489489 ( active, raw_ref_op, "1.41.0" , Some ( 64490 ) , None ) ,
490490 /// Allows using the `#[register_tool]` attribute.
@@ -494,7 +494,7 @@ declare_features! (
494494 /// Allows `repr(simd)` and importing the various simd intrinsics.
495495 ( active, repr_simd, "1.4.0" , Some ( 27731 ) , None ) ,
496496 /// 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 ) ,
498498 /// Allows `extern "rust-cold"`.
499499 ( active, rust_cold_cc, "1.63.0" , Some ( 97544 ) , None ) ,
500500 /// Allows the use of SIMD types in functions declared in `extern` blocks.
@@ -528,7 +528,7 @@ declare_features! (
528528 /// not changed from prior instances of the same struct (RFC #2528)
529529 ( active, type_changing_struct_update, "1.58.0" , Some ( 86555 ) , None ) ,
530530 /// 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 ) ,
532532 /// Allows unsized fn parameters.
533533 ( active, unsized_fn_params, "1.49.0" , Some ( 48055 ) , None ) ,
534534 /// Allows unsized rvalues at arguments and parameters.
0 commit comments