rust/tests/ui/abi/abi-typo-unstable.feature_disabled.stderr
2025-04-06 21:41:47 +02:00

11 lines
387 B
Text

error[E0703]: invalid ABI: found `rust-cull`
--> $DIR/abi-typo-unstable.rs:5:8
|
LL | extern "rust-cull" fn rust_call(_: ()) {}
| ^^^^^^^^^^^ invalid ABI
|
= note: invoke `rustc --print=calling-conventions` for a full list of supported calling conventions
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0703`.