2024-02-16 20:02:50 +00:00
|
|
|
//@ compile-flags: -Ctarget-feature=rdrand --crate-type=rlib --target=x86_64-unknown-linux-gnu
|
|
|
|
|
//@ build-pass
|
|
|
|
|
//@ needs-llvm-components: x86
|
2021-07-23 14:42:36 +03:00
|
|
|
|
|
|
|
|
#![feature(no_core)]
|
|
|
|
|
#![no_core]
|
2025-03-23 15:50:51 +03:00
|
|
|
|
|
|
|
|
//~? WARN unknown feature specified for `-Ctarget-feature`: `rdrand`
|