rust/tests/ui/error-codes/E0779.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
259 B
Plaintext
Raw Normal View History

2020-10-08 22:56:59 +00:00
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`.