index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
error-codes
/
E0779.rs
blob: 1b4dbce20360ce64838731776ce403cfab95a2c3 (
plain
)
1
2
3
4
5
6
#![feature(isa_attribute)]
#[instruction_set(arm::magic)]
//~ ERROR
fn
main
()
{
}