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