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