summary refs log tree commit diff
path: root/tests/ui/target-feature/missing-plusminus-2.rs
blob: 19f4bc6e7244050b6e3104d024bda56937885bad (plain)
1
2
3
4
5
6
//@ 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]