@@ -206,7 +206,7 @@ declare_features! (
206
206
/// Allows access to the emscripten_wasm_eh config, used by panic_unwind and unwind
207
207
( internal, cfg_emscripten_wasm_eh, "1.86.0" , None ) ,
208
208
/// Allows checking whether or not the backend correctly supports unstable float types.
209
- ( internal, cfg_target_has_reliable_f16_f128, "CURRENT_RUSTC_VERSION " , None ) ,
209
+ ( internal, cfg_target_has_reliable_f16_f128, "1.88.0 " , None ) ,
210
210
/// Allows identifying the `compiler_builtins` crate.
211
211
( internal, compiler_builtins, "1.13.0" , None ) ,
212
212
/// Allows writing custom MIR
@@ -316,7 +316,7 @@ declare_features! (
316
316
// Unstable `#[target_feature]` directives.
317
317
( unstable, aarch64_unstable_target_feature, "1.82.0" , Some ( 44839 ) ) ,
318
318
( unstable, aarch64_ver_target_feature, "1.27.0" , Some ( 44839 ) ) ,
319
- ( unstable, apx_target_feature, "CURRENT_RUSTC_VERSION " , Some ( 139284 ) ) ,
319
+ ( unstable, apx_target_feature, "1.88.0 " , Some ( 139284 ) ) ,
320
320
( unstable, arm_target_feature, "1.27.0" , Some ( 44839 ) ) ,
321
321
( unstable, avx512_target_feature, "1.27.0" , Some ( 44839 ) ) ,
322
322
( unstable, bpf_target_feature, "1.54.0" , Some ( 44839 ) ) ,
@@ -327,7 +327,7 @@ declare_features! (
327
327
( unstable, loongarch_target_feature, "1.73.0" , Some ( 44839 ) ) ,
328
328
( unstable, m68k_target_feature, "1.85.0" , Some ( 134328 ) ) ,
329
329
( unstable, mips_target_feature, "1.27.0" , Some ( 44839 ) ) ,
330
- ( unstable, movrs_target_feature, "CURRENT_RUSTC_VERSION " , Some ( 137976 ) ) ,
330
+ ( unstable, movrs_target_feature, "1.88.0 " , Some ( 137976 ) ) ,
331
331
( unstable, powerpc_target_feature, "1.27.0" , Some ( 44839 ) ) ,
332
332
( unstable, prfchw_target_feature, "1.78.0" , Some ( 44839 ) ) ,
333
333
( unstable, riscv_target_feature, "1.45.0" , Some ( 44839 ) ) ,
@@ -385,7 +385,7 @@ declare_features! (
385
385
/// Allows associated type defaults.
386
386
( unstable, associated_type_defaults, "1.2.0" , Some ( 29661 ) ) ,
387
387
/// Allows implementing `AsyncDrop`.
388
- ( incomplete, async_drop, "CURRENT_RUSTC_VERSION " , Some ( 126482 ) ) ,
388
+ ( incomplete, async_drop, "1.88.0 " , Some ( 126482 ) ) ,
389
389
/// Allows async functions to be called from `dyn Trait`.
390
390
( incomplete, async_fn_in_dyn_trait, "1.85.0" , Some ( 133119 ) ) ,
391
391
/// Allows `#[track_caller]` on async functions.
@@ -395,7 +395,7 @@ declare_features! (
395
395
/// Allows `async` trait bound modifier.
396
396
( unstable, async_trait_bounds, "1.85.0" , Some ( 62290 ) ) ,
397
397
/// Allows using Intel AVX10 target features and intrinsics
398
- ( unstable, avx10_target_feature, "CURRENT_RUSTC_VERSION " , Some ( 138843 ) ) ,
398
+ ( unstable, avx10_target_feature, "1.88.0 " , Some ( 138843 ) ) ,
399
399
/// Allows using C-variadics.
400
400
( unstable, c_variadic, "1.34.0" , Some ( 44930 ) ) ,
401
401
/// Allows the use of `#[cfg(contract_checks)` to check if contract checks are enabled.
@@ -483,11 +483,11 @@ declare_features! (
483
483
/// Allows exhaustive pattern matching on types that contain uninhabited types.
484
484
( unstable, exhaustive_patterns, "1.13.0" , Some ( 51085 ) ) ,
485
485
/// Disallows `extern` without an explicit ABI.
486
- ( unstable, explicit_extern_abis, "CURRENT_RUSTC_VERSION " , Some ( 134986 ) ) ,
486
+ ( unstable, explicit_extern_abis, "1.88.0 " , Some ( 134986 ) ) ,
487
487
/// Allows explicit tail calls via `become` expression.
488
488
( incomplete, explicit_tail_calls, "1.72.0" , Some ( 112788 ) ) ,
489
489
/// Allows using `#[export_stable]` which indicates that an item is exportable.
490
- ( incomplete, export_stable, "CURRENT_RUSTC_VERSION " , Some ( 139939 ) ) ,
490
+ ( incomplete, export_stable, "1.88.0 " , Some ( 139939 ) ) ,
491
491
/// Allows using `aapcs`, `efiapi`, `sysv64` and `win64` as calling conventions
492
492
/// for functions with varargs.
493
493
( unstable, extended_varargs_abi_support, "1.65.0" , Some ( 100189 ) ) ,
@@ -512,7 +512,7 @@ declare_features! (
512
512
/// Allows impls for the Freeze trait.
513
513
( internal, freeze_impls, "1.78.0" , Some ( 121675 ) ) ,
514
514
/// Frontmatter `---` blocks for use by external tools.
515
- ( unstable, frontmatter, "CURRENT_RUSTC_VERSION " , Some ( 136889 ) ) ,
515
+ ( unstable, frontmatter, "1.88.0 " , Some ( 136889 ) ) ,
516
516
/// Allows defining gen blocks and `gen fn`.
517
517
( unstable, gen_blocks, "1.75.0" , Some ( 117078 ) ) ,
518
518
/// Infer generic args for both consts and types.
@@ -575,7 +575,7 @@ declare_features! (
575
575
/// Allows `mut ref` and `mut ref mut` identifier patterns.
576
576
( incomplete, mut_ref, "1.79.0" , Some ( 123076 ) ) ,
577
577
/// Allows using `#[naked]` on `extern "Rust"` functions.
578
- ( unstable, naked_functions_rustic_abi, "CURRENT_RUSTC_VERSION " , Some ( 138997 ) ) ,
578
+ ( unstable, naked_functions_rustic_abi, "1.88.0 " , Some ( 138997 ) ) ,
579
579
/// Allows using `#[target_feature(enable = "...")]` on `#[naked]` on functions.
580
580
( unstable, naked_functions_target_feature, "1.86.0" , Some ( 138568 ) ) ,
581
581
/// Allows specifying the as-needed link modifier
@@ -641,7 +641,7 @@ declare_features! (
641
641
/// Allows string patterns to dereference values to match them.
642
642
( unstable, string_deref_patterns, "1.67.0" , Some ( 87121 ) ) ,
643
643
/// Allows `super let` statements.
644
- ( unstable, super_let, "CURRENT_RUSTC_VERSION " , Some ( 139076 ) ) ,
644
+ ( unstable, super_let, "1.88.0 " , Some ( 139076 ) ) ,
645
645
/// Allows subtrait items to shadow supertrait items.
646
646
( unstable, supertrait_item_shadowing, "1.86.0" , Some ( 89151 ) ) ,
647
647
/// Allows using `#[thread_local]` on `static` items.
0 commit comments