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:
parent
ba58f91769
commit
c7daba316e
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
allow_internal_unstable,
|
||||
decl_macro,
|
||||
asm_const,
|
||||
target_feature_11,
|
||||
inline_const,
|
||||
generic_arg_infer
|
||||
)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue