]> git.proxmox.com Git - rustc.git/blame - src/test/ui/feature-gate-isa_attribute.rs
New upstream version 1.50.0+dfsg1
[rustc.git] / src / test / ui / feature-gate-isa_attribute.rs
CommitLineData
29967ef6
XL
1#[instruction_set]
2//~^ ERROR the `#[instruction_set]` attribute is an experimental feature [E0658]
3//~| ERROR malformed `instruction_set` attribute input
4//~| ERROR must specify an instruction set [E0778]
5fn main() {
6}