#[target_feature]
is allowed on main
#108645
Labels
A-target-feature
Area: Enabling/disabling target features like AVX, Neon, etc.
C-bug
Category: This is a bug.
F-target_feature_11
target feature 1.1 RFC
I-unsound
Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
P-high
High priority
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
This is a consequence of
#[target_feature]
being allowed on safe functions with#![feature(target_feature_11)]
.cc #69098
@rustbot label T-lang T-compiler C-bug I-unsound F-target_feature_11
The text was updated successfully, but these errors were encountered: