Skip to content

Commit 4d2fd70

Browse files
committed
Re-add #![feature(target_feature_11)]
We removed this in 307c42f, but the stabilization was reverted in rust-lang/rust#108654.
1 parent e536969 commit 4d2fd70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/core_arch/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
allow_internal_unstable,
3131
decl_macro,
3232
asm_const,
33+
target_feature_11,
3334
inline_const,
3435
generic_arg_infer
3536
)]

0 commit comments

Comments
 (0)