@@ -214,7 +214,7 @@ declare_features! (
214
214
/// Allows using `#[omit_gdb_pretty_printer_section]`.
215
215
( internal, omit_gdb_pretty_printer_section, "1.5.0" , None ) ,
216
216
/// Set the maximum pattern complexity allowed (not limited by default).
217
- ( internal, pattern_complexity, "CURRENT_RUSTC_VERSION " , None ) ,
217
+ ( internal, pattern_complexity, "1.78.0 " , None ) ,
218
218
/// Allows using `#[prelude_import]` on glob `use` items.
219
219
( internal, prelude_import, "1.2.0" , None ) ,
220
220
/// Used to identify crates that contain the profiler runtime.
@@ -301,11 +301,11 @@ declare_features! (
301
301
( unstable, csky_target_feature, "1.73.0" , Some ( 44839 ) ) ,
302
302
( unstable, ermsb_target_feature, "1.49.0" , Some ( 44839 ) ) ,
303
303
( unstable, hexagon_target_feature, "1.27.0" , Some ( 44839 ) ) ,
304
- ( unstable, lahfsahf_target_feature, "CURRENT_RUSTC_VERSION " , Some ( 44839 ) ) ,
304
+ ( unstable, lahfsahf_target_feature, "1.78.0 " , Some ( 44839 ) ) ,
305
305
( unstable, loongarch_target_feature, "1.73.0" , Some ( 44839 ) ) ,
306
306
( unstable, mips_target_feature, "1.27.0" , Some ( 44839 ) ) ,
307
307
( unstable, powerpc_target_feature, "1.27.0" , Some ( 44839 ) ) ,
308
- ( unstable, prfchw_target_feature, "CURRENT_RUSTC_VERSION " , Some ( 44839 ) ) ,
308
+ ( unstable, prfchw_target_feature, "1.78.0 " , Some ( 44839 ) ) ,
309
309
( unstable, riscv_target_feature, "1.45.0" , Some ( 44839 ) ) ,
310
310
( unstable, rtm_target_feature, "1.35.0" , Some ( 44839 ) ) ,
311
311
( unstable, sse4a_target_feature, "1.27.0" , Some ( 44839 ) ) ,
@@ -346,7 +346,7 @@ declare_features! (
346
346
/// Enables experimental inline assembly support for additional architectures.
347
347
( unstable, asm_experimental_arch, "1.58.0" , Some ( 93335 ) ) ,
348
348
/// Allows using `label` operands in inline assembly.
349
- ( unstable, asm_goto, "CURRENT_RUSTC_VERSION " , Some ( 119364 ) ) ,
349
+ ( unstable, asm_goto, "1.78.0 " , Some ( 119364 ) ) ,
350
350
/// Allows the `may_unwind` option in inline assembly.
351
351
( unstable, asm_unwind, "1.58.0" , Some ( 93334 ) ) ,
352
352
/// Allows users to enforce equality of associated constants `TraitImpl<AssocConst=3>`.
@@ -410,7 +410,7 @@ declare_features! (
410
410
/// Allows references to types with interior mutability within constants
411
411
( unstable, const_refs_to_cell, "1.51.0" , Some ( 80384 ) ) ,
412
412
/// Allows creating pointers and references to `static` items in constants.
413
- ( unstable, const_refs_to_static, "CURRENT_RUSTC_VERSION " , Some ( 119618 ) ) ,
413
+ ( unstable, const_refs_to_static, "1.78.0 " , Some ( 119618 ) ) ,
414
414
/// Allows `impl const Trait for T` syntax.
415
415
( unstable, const_trait_impl, "1.42.0" , Some ( 67792 ) ) ,
416
416
/// Allows the `?` operator in const contexts.
@@ -462,9 +462,9 @@ declare_features! (
462
462
/// Allows defining `extern type`s.
463
463
( unstable, extern_types, "1.23.0" , Some ( 43467 ) ) ,
464
464
/// Allow using 128-bit (quad precision) floating point numbers.
465
- ( unstable, f128, "CURRENT_RUSTC_VERSION " , Some ( 116909 ) ) ,
465
+ ( unstable, f128, "1.78.0 " , Some ( 116909 ) ) ,
466
466
/// Allow using 16-bit (half precision) floating point numbers.
467
- ( unstable, f16, "CURRENT_RUSTC_VERSION " , Some ( 116909 ) ) ,
467
+ ( unstable, f16, "1.78.0 " , Some ( 116909 ) ) ,
468
468
/// Allows the use of `#[ffi_const]` on foreign functions.
469
469
( unstable, ffi_const, "1.45.0" , Some ( 58328 ) ) ,
470
470
/// Allows the use of `#[ffi_pure]` on foreign functions.
@@ -474,7 +474,7 @@ declare_features! (
474
474
/// Support delegating implementation of functions to other already implemented functions.
475
475
( incomplete, fn_delegation, "1.76.0" , Some ( 118212 ) ) ,
476
476
/// Allows impls for the Freeze trait.
477
- ( internal, freeze_impls, "CURRENT_RUSTC_VERSION " , Some ( 121675 ) ) ,
477
+ ( internal, freeze_impls, "1.78.0 " , Some ( 121675 ) ) ,
478
478
/// Allows defining gen blocks and `gen fn`.
479
479
( unstable, gen_blocks, "1.75.0" , Some ( 117078 ) ) ,
480
480
/// Infer generic args for both consts and types.
0 commit comments