1 2 3 4 5 6 7 8
#![feature(isa_attribute)] #[instruction_set()] //~ ERROR fn no_isa_defined() { } fn main() { }