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
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | extern "路濫狼á́́" fn foo() {} //~ ERROR invalid ABI
|
2018-06-09 15:44:32 -07:00
|
|
|
| ^^^^^^^^^ invalid ABI
|
|
|
|
|
|
2018-07-01 22:42:00 -05:00
|
|
|
= help: valid ABIs: cdecl, stdcall, fastcall, vectorcall, thiscall, aapcs, win64, sysv64, ptx-kernel, msp430-interrupt, x86-interrupt, amdgpu-kernel, 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
|
|
|
|
2018-06-19 16:22:37 -07:00
|
|
|
For more information about this error, try `rustc --explain E0703`.
|