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