blob: 7c6a119a09615ba5a8224df897c99bd773f4395b (
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 previous error
For more information about this error, try `rustc --explain E0779`.
|