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

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

12 lines
377 B
Plaintext
Raw Normal View History

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