about summary refs log tree commit diff
path: root/tests/ui/target-feature/unstable-feature.rs
blob: a79ad4696033ab70804b49bee3bef146673a1554 (plain)
1
2
3
4
5
6
7
8
//@ 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`