Skip to content

Commit c7daba3

Browse files
taiki-eAmanieu
authored andcommitted
Re-add #![feature(target_feature_11)]
We removed this in 307c42f, but the stabilization was reverted in #108654.
1 parent ba58f91 commit c7daba3

File tree

1 file changed

+1
-0
lines changed
  • library/stdarch/crates/core_arch/src

1 file changed

+1
-0
lines changed

library/stdarch/crates/core_arch/src/lib.rs

Lines changed: 1 addition & 0 deletions
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)