Sign in
android
/
toolchain
/
rustc
/
d59a28787b7ba06edbd1e4528a42b66d67dc6a19
/
.
/
src
/
test
/
ui
/
error-codes
/
E0779.rs
blob: 1b4dbce20360ce64838731776ce403cfab95a2c3 [
file
] [
log
] [
blame
]
#![
feature
(
isa_attribute
)]
#[
instruction_set
(
arm
::
magic
)]
//~ ERROR
fn
main
()
{
}