Note why rust-call abi requires sized obl

This commit is contained in:
Michael Goulet 2023-05-23 18:15:00 +00:00
parent b7095f5572
commit b95ea45a60
2 changed files with 8 additions and 1 deletions

View file

@ -6,6 +6,7 @@ LL | f(*slice);
|
= help: within `([u8],)`, the trait `Sized` is not implemented for `[u8]`
= note: required because it appears within the type `([u8],)`
= note: argument required to be sized due to `extern "rust-call"` ABI
error: aborting due to previous error