]> git.lizzy.rs Git - rust.git/blob - src/test/ui/abi/abi-typo-unstable.stderr
Rollup merge of #106043 - c410-f3r:moar-errors, r=petrochenkov
[rust.git] / src / test / ui / abi / abi-typo-unstable.stderr
1 error[E0703]: invalid ABI: found `rust-intrinsec`
2   --> $DIR/abi-typo-unstable.rs:2:8
3    |
4 LL | extern "rust-intrinsec" fn rust_intrinsic() {}
5    |        ^^^^^^^^^^^^^^^^ invalid ABI
6    |
7    = note: invoke `rustc --print=calling-conventions` for a full list of supported calling conventions.
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0703`.