blob: a01aa98b914c5a3f5b0bc2699bdb43ae653b5c35 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0779]: invalid instruction set specified
--> $DIR/E0779.rs:1:1
|
LL | #[instruction_set(arm::magic)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0779`.
|