summary refs log tree commit diff
path: root/src/test/ui/codemap_tests/unicode.stderr
blob: 4f3c79410df9c0fecea99331c8e4ffc94eab7d82 (plain)
1
2
3
4
5
6
7
8
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 `路濫狼á́́`
  --> $DIR/unicode.rs:11:8
   |
11 | extern "路濫狼á́́" fn foo() {} //~ ERROR invalid ABI
   |        ^^^^^^^^^

error: aborting due to previous error