summary refs log tree commit diff
path: root/src/test/ui/codemap_tests/unicode.stderr
blob: b9b03c9b9ec6224219220fbbfeab29cab562bf68 (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
   |
LL | extern "路濫狼á́́" fn foo() {} //~ ERROR invalid ABI
   |        ^^^^^^^^^

error: aborting due to previous error