Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-xop_target_feature.rs
blob: 3032a6fbb475579ac90c5c7292fd08c6ff60793d [
file
] [
log
] [
blame
]
//@ only-x86_64
#[
target_feature
(
enable
=
"xop"
)]
//~^ ERROR: currently unstable
unsafe
fn
foo
()
{}
fn
main
()
{}