blob: f8b1ff58d535c00549ed55f1185489bb67f34c05 [file]
//@ 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 ignoring feature with missing prefix in `-Ctarget-feature`: `rdrand`