We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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