Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
target-feature
/
similar-feature-suggestion.rs
blob: 242d472b794e3421e105d393edbdd8faeca05d5a [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags: -Ctarget-feature=+rdrnd --crate-type=rlib --target=x86_64-unknown-linux-gnu
//@ build-pass
//@ needs-llvm-components: x86
#![
feature
(
no_core
)]
#![
no_core
]