summaryrefslogtreecommitdiffstats
path: root/src/test/ui/error-codes/E0778.rs
blob: 60e5c2598f1eebbfcac772589ddba93ce144ec3c (plain)
1
2
3
4
5
6
7
8
#![feature(isa_attribute)]

#[instruction_set()] //~ ERROR
fn no_isa_defined() {
}

fn main() {
}