@@ -61,7 +61,7 @@ declare_features! (
6161 /// Allows explicit discriminants on non-unit enum variants.
6262 (accepted, arbitrary_enum_discriminant, "1.66.0", Some(60553)),
6363 /// Allows #[cfg(...)] on inline assembly templates and operands.
64- (accepted, asm_cfg, "CURRENT_RUSTC_VERSION ", Some(140364)),
64+ (accepted, asm_cfg, "1.93.0 ", Some(140364)),
6565 /// Allows using `const` operands in inline assembly.
6666 (accepted, asm_const, "1.82.0", Some(93332)),
6767 /// Allows using `label` operands in inline assembly.
@@ -218,7 +218,7 @@ declare_features! (
218218 /// Allows access to crate names passed via `--extern` through prelude.
219219 (accepted, extern_prelude, "1.30.0", Some(44660)),
220220 /// Allows using `system` as a calling convention with varargs.
221- (accepted, extern_system_varargs, "CURRENT_RUSTC_VERSION ", Some(136946)),
221+ (accepted, extern_system_varargs, "1.93.0 ", Some(136946)),
222222 /// Allows using F16C intrinsics from `core::arch::{x86, x86_64}`.
223223 (accepted, f16c_target_feature, "1.68.0", Some(44839)),
224224 /// Allows field shorthands (`x` meaning `x: x`) in struct literal expressions.
@@ -392,7 +392,7 @@ declare_features! (
392392 /// Allows code like `let x: &'static u32 = &42` to work (RFC 1414).
393393 (accepted, rvalue_static_promotion, "1.21.0", Some(38865)),
394394 /// Allows use of the `vector` and related s390x target features.
395- (accepted, s390x_target_feature_vector, "CURRENT_RUSTC_VERSION ", Some(145649)),
395+ (accepted, s390x_target_feature_vector, "1.93.0 ", Some(145649)),
396396 /// Allows `Self` in type definitions (RFC 2300).
397397 (accepted, self_in_typedefs, "1.32.0", Some(49303)),
398398 /// Allows `Self` struct constructor (RFC 2302).
0 commit comments