2020-10-08 17:23:27 -05:00
|
|
|
error[E0778]: `#[instruction_set]` requires an argument
|
2022-09-29 03:27:03 -05:00
|
|
|
--> $DIR/E0778.rs:1:1
|
2020-10-08 17:23:27 -05:00
|
|
|
|
|
|
|
|
LL | #[instruction_set()]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0778`.
|