]> git.lizzy.rs Git - rust.git/blob - tests/ui/target-feature/similar-feature-suggestion.rs
Rollup merge of #106427 - mejrs:translation_errors, r=davidtwco
[rust.git] / tests / ui / target-feature / similar-feature-suggestion.rs
1 // compile-flags: -Ctarget-feature=+rdrnd --crate-type=rlib --target=x86_64-unknown-linux-gnu
2 // build-pass
3 // needs-llvm-components: x86
4
5 #![feature(no_core)]
6 #![no_core]