Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui
/
feature-gates
/
feature-gate-isa_attribute.rs
blob: cb02a0955e913ea2846d2670de69f496fd9b0856 [
file
] [
log
] [
blame
]
#[
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
()
{
}