@@ -49,7 +49,7 @@ declare_features! (
4949 /// Allows `#[target_feature(...)]` on aarch64 platforms
5050 ( accepted, aarch64_target_feature, "1.61.0" , Some ( 44839 ) , None ) ,
5151 /// 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 ) ,
5353 /// Allows the sysV64 ABI to be specified on all platforms
5454 /// instead of just the platforms on which it is the C ABI.
5555 ( accepted, abi_sysv64, "1.24.0" , Some ( 36167 ) , None ) ,
@@ -129,7 +129,7 @@ declare_features! (
129129 /// Allows `crate` in paths.
130130 ( accepted, crate_in_paths, "1.30.0" , Some ( 45477 ) , None ) ,
131131 /// 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 ) ,
133133 /// Allows using assigning a default type to type parameters in algebraic data type definitions.
134134 ( accepted, default_type_params, "1.0.0" , None , None ) ,
135135 /// Allows `#[deprecated]` attribute.
@@ -164,7 +164,7 @@ declare_features! (
164164 /// Allows access to crate names passed via `--extern` through prelude.
165165 ( accepted, extern_prelude, "1.30.0" , Some ( 44660 ) , None ) ,
166166 /// 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 ) ,
168168 /// Allows field shorthands (`x` meaning `x: x`) in struct literal expressions.
169169 ( accepted, field_init_shorthand, "1.17.0" , Some ( 37340 ) , None ) ,
170170 /// Allows `#[must_use]` on functions, and introduces must-use operators (RFC 1940).
0 commit comments