mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 10:47:16 +00:00
9 lines
241 B
Rust
9 lines
241 B
Rust
//@ 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`
|