Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
target-feature
/
unstable-feature.rs
blob: a79ad4696033ab70804b49bee3bef146673a1554 [
file
] [
log
] [
blame
]
//@ compile-flags: -Ctarget-feature=+x87 --crate-type=rlib --target=x86_64-unknown-linux-gnu
//@ build-pass
//@ needs-llvm-components: x86
#![
feature
(
no_core
)]
#![
no_core
]
//~? WARN unstable feature specified for `-Ctarget-feature`: `x87`