Files
mlua-rs-mlua/tests/compile/userdata_mut_slice_arg.stderr

6 lines
225 B
Plaintext

error: this reference type is not supported as a callback parameter
--> tests/compile/userdata_mut_slice_arg.rs:6:27
|
6 | fn first(&self, data: &mut [u8]) -> mlua::Result<u8> {
| ^^^^^^^^^