rust/src/test/ui/abi/issues/issue-22565-rust-call.stderr

9 lines
260 B
Plaintext
Raw Normal View History

error: A function with the "rust-call" ABI must take a single non-self argument that is a tuple
--> $DIR/issue-22565-rust-call.rs:3:1
|
LL | extern "rust-call" fn b(_i: i32) {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error