summary refs log tree commit diff
path: root/src/test/ui/codemap_tests/unicode.stderr
blob: 0828fd28b5878642ec5c640d90fcb0aad1ed8ba3 (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: aborting due to previous error