mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
6 lines
153 B
Plaintext
6 lines
153 B
Plaintext
error: const items do not support `getter` or `setter`
|
|
--> tests/compile/userdata_const_getter.rs:6:5
|
|
|
|
|
6 | #[lua(getter)]
|
|
| ^^^^^^^^^^^^^^
|