2018-06-19 18:22:37 -05:00
|
|
|
error[E0703]: invalid ABI: found `路濫狼á́́`
|
2022-07-16 22:35:54 -05:00
|
|
|
--> $DIR/unicode.rs:5:8
|
2016-07-14 09:55:09 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | extern "路濫狼á́́" fn foo() {}
|
2018-06-09 17:44:32 -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.
|
2016-07-14 09:55:09 -05:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2016-07-14 09:55:09 -05:00
|
|
|
|
2020-03-26 01:02:56 -05:00
|
|
|
For more information about this error, try `rustc --explain E0703`.
|