mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
6 lines
185 B
Plaintext
6 lines
185 B
Plaintext
error: field getter must take `&self`
|
|
--> tests/compile/userdata_getter_mut_self.rs:9:5
|
|
|
|
|
9 | fn x(&mut self) -> mlua::Result<u32> {
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|