Files
rust/tests/ui/target-feature/similar-feature-suggestion.rs

9 lines
257 B
Rust
Raw Normal View History

//@ compile-flags: -Ctarget-feature=+rdrnd --crate-type=rlib --target=x86_64-unknown-linux-gnu
//@ build-pass
//@ needs-llvm-components: x86
#![feature(no_core)]
#![no_core]
//~? WARN unknown and unstable feature specified for `-Ctarget-feature`: `rdrnd`