Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-clflushopt_target_feature.rs
blob: 8200efadf98a6004ba159472b9f1c4fd274e62d1 [
file
]
//@ only-x86_64
#[
target_feature
(
enable
=
"clflushopt"
)]
//~^ ERROR: currently unstable
unsafe
fn
foo
()
{}
fn
main
()
{}