2018-06-19 16:22:37 -07:00
|
|
|
error[E0703]: invalid ABI: found `路濫狼á́́`
|
2022-07-16 20:35:54 -07:00
|
|
|
--> $DIR/unicode.rs:5:8
|
2016-07-14 10:55:09 -04:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | extern "路濫狼á́́" fn foo() {}
|
2018-06-09 15:44:32 -07:00
|
|
|
| ^^^^^^^^^ invalid ABI
|
|
|
|
|
|
2022-09-08 15:37:15 +02:00
|
|
|
= note: invoke `rustc --print=calling-conventions` for a full list of supported calling conventions.
|
2016-07-14 10:55:09 -04:00
|
|
|
|
2017-07-02 13:49:30 +03:00
|
|
|
error: aborting due to previous error
|
2016-07-14 10:55:09 -04:00
|
|
|
|
2020-03-26 11:32:56 +05:30
|
|
|
For more information about this error, try `rustc --explain E0703`.
|