Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
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`