Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
ui
/
attributes
/
invalid-instruction-set-target.rs
blob: 08b261c1b309a96fac442a40d16f8320465280bf [
file
]
//@ only-x86_64-unknown-linux-gnu
#[
instruction_set
(
arm
::
a32
)]
//~^ ERROR target `x86_64-unknown-linux-gnu` does not support `#[instruction_set(arm::*)]`
fn
main
()
{
}