summaryrefslogtreecommitdiffstats
path: root/tests/ui/target-feature/unstable-feature.rs
blob: bd0d72938f4da07fffd505906ce90e5798751993 (plain)
1
2
3
4
5
6
// compile-flags: -Ctarget-feature=+vaes --crate-type=rlib --target=x86_64-unknown-linux-gnu
// build-pass
// needs-llvm-components: x86

#![feature(no_core)]
#![no_core]