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