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