rust/tests/ui/error-codes/E0778.rs

5 lines
68 B
Rust

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