rust/tests/ui/codemap_tests/unicode.normal.stderr

12 lines
375 B
Plaintext
Raw Normal View History

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