Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
target-feature
/
missing-plusminus-2.rs
blob: 06291ab23ad5e5e9c90e8411ada1a5cbad9bb4c3 [
file
] [
log
] [
blame
]
//@ compile-flags: -Ctarget-feature=rdrand --crate-type=rlib --target=x86_64-unknown-linux-gnu
//@ build-pass
//@ needs-llvm-components: x86
#![
feature
(
no_core
)]
#![
no_core
]
//~? WARN unknown feature specified for `-Ctarget-feature`: `rdrand`