rust/tests/ui/feature-gates/feature-gate-movrs_target_f...

7 lines
116 B
Rust

//@ only-x86_64
#[target_feature(enable = "movrs")]
//~^ ERROR: currently unstable
unsafe fn foo() {}
fn main() {}