about summary refs log tree commit diff
path: root/tests/ui/target-feature/missing-plusminus-2.rs
blob: 06291ab23ad5e5e9c90e8411ada1a5cbad9bb4c3 (plain)
1
2
3
4
5
6
7
8
//@ compile-flags: -Ctarget-feature=rdrand --crate-type=rlib --target=x86_64-unknown-linux-gnu
//@ build-pass
//@ needs-llvm-components: x86

#![feature(no_core)]
#![no_core]

//~? WARN unknown feature specified for `-Ctarget-feature`: `rdrand`