luau 0.732.0

Safe lifetime-bound Rust embedding API for the Luau runtime
1
2
3
4
5
error: a userdata getter must take `&self` and no value arguments
 --> tests/compile/userdata_invalid_getter.rs:7:5
  |
7 |     fn value(&mut self, extra: i32) -> luau::Result<i32> {
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^