rust/tests/ui/parser/issues/issue-8537.stderr

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

12 lines
367 B
Plaintext
Raw Normal View History

2018-10-20 23:36:17 +03:00
error[E0703]: invalid ABI: found `invalid-ab_isize`
--> $DIR/issue-8537.rs:2:3
2018-10-20 23:36:17 +03:00
|
2019-03-09 15:03:44 +03:00
LL | "invalid-ab_isize"
2018-10-20 23:36:17 +03:00
| ^^^^^^^^^^^^^^^^^^ invalid ABI
|
= note: invoke `rustc --print=calling-conventions` for a full list of supported calling conventions.
2018-10-20 23:36:17 +03:00
error: aborting due to previous error
2020-03-26 13:17:41 +05:30
For more information about this error, try `rustc --explain E0703`.