2020-10-08 17:56:59 -05:00
|
|
|
error[E0779]: invalid instruction set specified
|
2022-09-29 03:27:03 -05:00
|
|
|
--> $DIR/E0779.rs:1:1
|
2020-10-08 17:23:27 -05:00
|
|
|
|
|
|
|
|
LL | #[instruction_set(arm::magic)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2020-10-08 17:23:27 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0779`.
|