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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
741 B
Plaintext
Raw Normal View History

2018-06-19 16:22:37 -07:00
error[E0703]: invalid ABI: found `路濫狼á́́`
2018-12-25 08:56:47 -07:00
--> $DIR/unicode.rs:1:8
2016-07-14 10:55:09 -04:00
|
2019-03-09 15:03:44 +03:00
LL | extern "路濫狼á́́" fn foo() {}
2018-06-09 15:44:32 -07:00
| ^^^^^^^^^ invalid ABI
|
= help: valid ABIs: Rust, C, C-unwind, cdecl, cdecl-unwind, stdcall, stdcall-unwind, fastcall, fastcall-unwind, vectorcall, vectorcall-unwind, thiscall, thiscall-unwind, aapcs, aapcs-unwind, win64, win64-unwind, sysv64, sysv64-unwind, ptx-kernel, msp430-interrupt, x86-interrupt, amdgpu-kernel, efiapi, avr-interrupt, avr-non-blocking-interrupt, C-cmse-nonsecure-call, wasm, system, system-unwind, rust-intrinsic, rust-call, platform-intrinsic, unadjusted, rust-cold
2016-07-14 10:55:09 -04:00
error: aborting due to previous error
2016-07-14 10:55:09 -04:00
2020-03-26 11:32:56 +05:30
For more information about this error, try `rustc --explain E0703`.