Skip to content

Commit b011cc6

Browse files
committed
Re-add #![feature(target_feature_11)]
Stabilization has been reverted in rust-lang/rust#108654 (comment)
1 parent e536969 commit b011cc6

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)