Files
rust/tests/ui/target-feature/similar-feature-suggestion.rs
2025-03-25 17:33:09 +03:00

9 lines
257 B
Rust

//@ 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`