Files
rust/src/test/ui/codemap_tests/unicode.stderr

9 lines
388 B
Plaintext
Raw Normal View History

error: invalid ABI: expected one of [cdecl, stdcall, fastcall, vectorcall, thiscall, aapcs, win64, sysv64, ptx-kernel, msp430-interrupt, x86-interrupt, Rust, C, system, rust-intrinsic, rust-call, platform-intrinsic, unadjusted], found `路濫狼á́́`
2016-08-16 16:52:30 +09:00
--> $DIR/unicode.rs:11:8
2016-07-14 10:55:09 -04:00
|
2016-08-16 16:52:30 +09:00
11 | extern "路濫狼á́́" fn foo() {}
2016-07-14 10:55:09 -04:00
| ^^^^^^^^
error: aborting due to previous error
2016-07-14 10:55:09 -04:00