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