luau 0.732.0

Safe lifetime-bound Rust embedding API for the Luau runtime
1
2
3
4
5
error: `Userdata` cannot be derived for a generic type; use a concrete newtype
 --> tests/compile/userdata_generic.rs:2:15
  |
2 | struct Generic<T>(T);
  |               ^^^