@@ -49,7 +49,7 @@ declare_features! (
49
49
/// Allows `#[target_feature(...)]` on aarch64 platforms
50
50
( accepted, aarch64_target_feature, "1.61.0" , Some ( 44839 ) , None ) ,
51
51
/// Allows using the `efiapi` ABI.
52
- ( accepted, abi_efiapi, "CURRENT_RUSTC_VERSION " , Some ( 65815 ) , None ) ,
52
+ ( accepted, abi_efiapi, "1.68.0 " , Some ( 65815 ) , None ) ,
53
53
/// Allows the sysV64 ABI to be specified on all platforms
54
54
/// instead of just the platforms on which it is the C ABI.
55
55
( accepted, abi_sysv64, "1.24.0" , Some ( 36167 ) , None ) ,
@@ -129,7 +129,7 @@ declare_features! (
129
129
/// Allows `crate` in paths.
130
130
( accepted, crate_in_paths, "1.30.0" , Some ( 45477 ) , None ) ,
131
131
/// Allows rustc to inject a default alloc_error_handler
132
- ( accepted, default_alloc_error_handler, "CURRENT_RUSTC_VERSION " , Some ( 66741 ) , None ) ,
132
+ ( accepted, default_alloc_error_handler, "1.68.0 " , Some ( 66741 ) , None ) ,
133
133
/// Allows using assigning a default type to type parameters in algebraic data type definitions.
134
134
( accepted, default_type_params, "1.0.0" , None , None ) ,
135
135
/// Allows `#[deprecated]` attribute.
@@ -164,7 +164,7 @@ declare_features! (
164
164
/// Allows access to crate names passed via `--extern` through prelude.
165
165
( accepted, extern_prelude, "1.30.0" , Some ( 44660 ) , None ) ,
166
166
/// Allows using F16C intrinsics from `core::arch::{x86, x86_64}`.
167
- ( accepted, f16c_target_feature, "CURRENT_RUSTC_VERSION " , Some ( 44839 ) , None ) ,
167
+ ( accepted, f16c_target_feature, "1.68.0 " , Some ( 44839 ) , None ) ,
168
168
/// Allows field shorthands (`x` meaning `x: x`) in struct literal expressions.
169
169
( accepted, field_init_shorthand, "1.17.0" , Some ( 37340 ) , None ) ,
170
170
/// Allows `#[must_use]` on functions, and introduces must-use operators (RFC 1940).
0 commit comments