blob: 402de4b69b97fb78172aa9c9d9f562fd4a64a83b [file] [log] [blame]
error[E0570]: "rust-invalid" is not a supported ABI for the current target
--> $DIR/invalid-call-abi-ctfe.rs:6:14
|
LL | const extern "rust-invalid" fn foo() {
| ^^^^^^^^^^^^^^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0570`.