error: requires value
--> ui_tests/rhai_mod_missing_value.rs:11:12
|
11 | #[rhai_mod(name)]
| ^^^^
error[E0433]: failed to resolve: use of unresolved module or unlinked crate `test_module`
--> ui_tests/rhai_mod_missing_value.rs:24:8
|
24 | if test_module::test_fn(n) {
| ^^^^^^^^^^^ use of unresolved module or unlinked crate `test_module`
|
= help: if you wanted to use a crate named `test_module`, use `cargo add test_module` to add it to your `Cargo.toml`