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
|
|
|
|
|
|
2019-10-24 15:29:29 +00:00
|
|
|
= help: valid ABIs: cdecl, stdcall, fastcall, vectorcall, thiscall, aapcs, win64, sysv64, ptx-kernel, msp430-interrupt, x86-interrupt, amdgpu-kernel, efiapi, Rust, C, system, rust-intrinsic, rust-call, platform-intrinsic, unadjusted
|
2016-07-14 10:55:09 -04:00
|
|
|
|
2017-07-02 13:49:30 +03:00
|
|
|
error: aborting due to previous error
|
2016-07-14 10:55:09 -04:00
|
|
|
|