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

6 lines
191 B
Plaintext

error: field function must not take `self`
--> tests/compile/userdata_static_with_self.rs:9:5
|
9 | fn get_x(&self) -> mlua::Result<u32> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^