Re-add #![feature(target_feature_11)]

We removed this in 307c42fbf4bdfdda2c46fdc1d330cc61d96b5182, but the
stabilization was reverted in https://github.com/rust-lang/rust/pull/108654.
This commit is contained in:
Taiki Endo 2023-03-03 22:28:30 +09:00 committed by Amanieu d'Antras
parent ba58f91769
commit c7daba316e

View file

@ -30,6 +30,7 @@
allow_internal_unstable,
decl_macro,
asm_const,
target_feature_11,
inline_const,
generic_arg_infer
)]