We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The following code snippet triggers a ICE:
#[target_feature(avx2)] const FOO: usize = 7;
rustc 1.37.0 (eae3437df 2019-08-13) running on x86_64-unknown-linux-gnu
Bug was found on playground