@@ -203,7 +203,7 @@ declare_features! (
203203 /// Allows using anonymous lifetimes in argument-position impl-trait.
204204 ( unstable, anonymous_lifetime_in_impl_trait, "1.63.0" , None ) ,
205205 /// Allows access to the emscripten_wasm_eh config, used by panic_unwind and unwind
206- ( internal, cfg_emscripten_wasm_eh, "CURRENT_RUSTC_VERSION " , None ) ,
206+ ( internal, cfg_emscripten_wasm_eh, "1.86.0 " , None ) ,
207207 /// Allows identifying the `compiler_builtins` crate.
208208 ( internal, compiler_builtins, "1.13.0" , None ) ,
209209 /// Allows writing custom MIR
@@ -360,7 +360,7 @@ declare_features! (
360360 /// Allows `extern "C-cmse-nonsecure-call" fn()`.
361361 ( unstable, abi_c_cmse_nonsecure_call, "1.51.0" , Some ( 81391 ) ) ,
362362 /// Allows `extern "gpu-kernel" fn()`.
363- ( unstable, abi_gpu_kernel, "CURRENT_RUSTC_VERSION " , Some ( 135467 ) ) ,
363+ ( unstable, abi_gpu_kernel, "1.86.0 " , Some ( 135467 ) ) ,
364364 /// Allows `extern "msp430-interrupt" fn()`.
365365 ( unstable, abi_msp430_interrupt, "1.16.0" , Some ( 38487 ) ) ,
366366 /// Allows `extern "ptx-*" fn()`.
@@ -404,7 +404,7 @@ declare_features! (
404404 /// Allows the use of `#[cfg(<true/false>)]`.
405405 ( unstable, cfg_boolean_literals, "1.83.0" , Some ( 131204 ) ) ,
406406 /// Allows the use of `#[cfg(contract_checks)` to check if contract checks are enabled.
407- ( unstable, cfg_contract_checks, "CURRENT_RUSTC_VERSION " , Some ( 128044 ) ) ,
407+ ( unstable, cfg_contract_checks, "1.86.0 " , Some ( 128044 ) ) ,
408408 /// Allows the use of `#[cfg(overflow_checks)` to check if integer overflow behaviour.
409409 ( unstable, cfg_overflow_checks, "1.71.0" , Some ( 111466 ) ) ,
410410 /// Provides the relocation model information as cfg entry
@@ -448,9 +448,9 @@ declare_features! (
448448 /// Allows the `?` operator in const contexts.
449449 ( unstable, const_try, "1.56.0" , Some ( 74935 ) ) ,
450450 /// Allows use of contracts attributes.
451- ( incomplete, contracts, "CURRENT_RUSTC_VERSION " , Some ( 128044 ) ) ,
451+ ( incomplete, contracts, "1.86.0 " , Some ( 128044 ) ) ,
452452 /// Allows access to internal machinery used to implement contracts.
453- ( internal, contracts_internals, "CURRENT_RUSTC_VERSION " , Some ( 128044 ) ) ,
453+ ( internal, contracts_internals, "1.86.0 " , Some ( 128044 ) ) ,
454454 /// Allows coroutines to be cloned.
455455 ( unstable, coroutine_clone, "1.65.0" , Some ( 95360 ) ) ,
456456 /// Allows defining coroutines.
@@ -491,7 +491,7 @@ declare_features! (
491491 /// for functions with varargs.
492492 ( unstable, extended_varargs_abi_support, "1.65.0" , Some ( 100189 ) ) ,
493493 /// Allows using `system` as a calling convention with varargs.
494- ( unstable, extern_system_varargs, "CURRENT_RUSTC_VERSION " , Some ( 136946 ) ) ,
494+ ( unstable, extern_system_varargs, "1.86.0 " , Some ( 136946 ) ) ,
495495 /// Allows defining `extern type`s.
496496 ( unstable, extern_types, "1.23.0" , Some ( 43467 ) ) ,
497497 /// Allow using 128-bit (quad precision) floating point numbers.
@@ -519,7 +519,7 @@ declare_features! (
519519 /// Allows generic parameters and where-clauses on free & associated const items.
520520 ( incomplete, generic_const_items, "1.73.0" , Some ( 113521 ) ) ,
521521 /// Allows any generic constants being used as pattern type range ends
522- ( incomplete, generic_pattern_types, "CURRENT_RUSTC_VERSION " , Some ( 136574 ) ) ,
522+ ( incomplete, generic_pattern_types, "1.86.0 " , Some ( 136574 ) ) ,
523523 /// Allows registering static items globally, possibly across crates, to iterate over at runtime.
524524 ( unstable, global_registration, "1.80.0" , Some ( 125119 ) ) ,
525525 /// Allows using guards in patterns.
@@ -535,15 +535,15 @@ declare_features! (
535535 /// Allows `impl Trait` as output type in `Fn` traits in return position of functions.
536536 ( unstable, impl_trait_in_fn_trait_return, "1.64.0" , Some ( 99697 ) ) ,
537537 /// Allows `use` associated functions from traits.
538- ( unstable, import_trait_associated_functions, "CURRENT_RUSTC_VERSION " , Some ( 134691 ) ) ,
538+ ( unstable, import_trait_associated_functions, "1.86.0 " , Some ( 134691 ) ) ,
539539 /// Allows associated types in inherent impls.
540540 ( incomplete, inherent_associated_types, "1.52.0" , Some ( 8995 ) ) ,
541541 /// Allow anonymous constants from an inline `const` block in pattern position
542542 ( unstable, inline_const_pat, "1.58.0" , Some ( 76001 ) ) ,
543543 /// Allows using `pointer` and `reference` in intra-doc links
544544 ( unstable, intra_doc_pointers, "1.51.0" , Some ( 80896 ) ) ,
545545 // Allows using the `kl` and `widekl` target features and the associated intrinsics
546- ( unstable, keylocker_x86, "CURRENT_RUSTC_VERSION " , Some ( 134813 ) ) ,
546+ ( unstable, keylocker_x86, "1.86.0 " , Some ( 134813 ) ) ,
547547 // Allows setting the threshold for the `large_assignments` lint.
548548 ( unstable, large_assignments, "1.52.0" , Some ( 83518 ) ) ,
549549 /// Allow to have type alias types for inter-crate use.
@@ -584,7 +584,7 @@ declare_features! (
584584 /// Allows diverging expressions to fall back to `!` rather than `()`.
585585 ( unstable, never_type_fallback, "1.41.0" , Some ( 65992 ) ) ,
586586 /// Switch `..` syntax to use the new (`Copy + IntoIterator`) range types.
587- ( unstable, new_range, "CURRENT_RUSTC_VERSION " , Some ( 123741 ) ) ,
587+ ( unstable, new_range, "1.86.0 " , Some ( 123741 ) ) ,
588588 /// Allows `#![no_core]`.
589589 ( unstable, no_core, "1.3.0" , Some ( 29639 ) ) ,
590590 /// Allows the use of `no_sanitize` attribute.
@@ -636,7 +636,7 @@ declare_features! (
636636 /// Allows string patterns to dereference values to match them.
637637 ( unstable, string_deref_patterns, "1.67.0" , Some ( 87121 ) ) ,
638638 /// Allows subtrait items to shadow supertrait items.
639- ( unstable, supertrait_item_shadowing, "CURRENT_RUSTC_VERSION " , Some ( 89151 ) ) ,
639+ ( unstable, supertrait_item_shadowing, "1.86.0 " , Some ( 89151 ) ) ,
640640 /// Allows using `#[thread_local]` on `static` items.
641641 ( unstable, thread_local, "1.0.0" , Some ( 29594 ) ) ,
642642 /// Allows defining `trait X = A + B;` alias items.
0 commit comments