rust/tests/ui/target-feature/unstable-feature.rs
2025-05-18 11:12:15 +05:30

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`