Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-avx10_target_feature.rs
blob: 8557e67d1f41656f4b00434153aac9ba11cb08e1 [
file
] [
log
] [
blame
]
//@ only-x86_64
#[
target_feature
(
enable
=
"avx10.1"
)]
//~^ ERROR: currently unstable
unsafe
fn
foo
()
{}
fn
main
()
{}