Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
target-feature
/
unstable-feature.rs
blob: c74c5ad5d7798e6d4318dd933bc3022ac63e57ff [
file
] [
log
] [
blame
] [
edit
]
//@ 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
]