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