summaryrefslogtreecommitdiffstats
path: root/src/test/ui/feature-gates/feature-gate-isa_attribute.rs
blob: cb02a0955e913ea2846d2670de69f496fd9b0856 (plain)
1
2
3
4
5
6
#[instruction_set]
//~^ ERROR the `#[instruction_set]` attribute is an experimental feature [E0658]
//~| ERROR malformed `instruction_set` attribute input
//~| ERROR must specify an instruction set [E0778]
fn main() {
}