mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
6 lines
225 B
Plaintext
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> {
|
|
| ^^^^^^^^^
|