]> git.lizzy.rs Git - rust.git/blob - tests/ui/abi/abi-typo-unstable.stderr
Rollup merge of #103236 - tspiteri:redoc-int-adc-sbb, r=m-ou-se
[rust.git] / tests / 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`.