rhai_codegen 3.2.0

Procedural macros support package for Rhai, a scripting language and engine for Rust
Documentation
1
2
3
4
5
error: references from Rhai in this position must be mutable
  --> ui_tests/first_shared_ref.rs:12:23
   |
12 | pub fn test_fn(input: &NonClonable) -> bool {
   |                       ^