]> git.lizzy.rs Git - rust.git/blob - tests/ui/codemap_tests/unicode.normal.stderr
Auto merge of #106646 - Amanieu:ilp32-object, r=Mark-Simulacrum
[rust.git] / tests / ui / codemap_tests / unicode.normal.stderr
1 error[E0703]: invalid ABI: found `路濫狼á́́`
2   --> $DIR/unicode.rs:5:8
3    |
4 LL | extern "路濫狼á́́" fn foo() {}
5    |        ^^^^^^^^^ invalid ABI
6    |
7    = note: invoke `rustc --print=calling-conventions` for a full list of supported calling conventions.
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0703`.