rhai/codegen/ui_tests/rhai_fn_global_multiple.stderr

12 lines
388 B
Plaintext
Raw Normal View History

error: conflicting namespace
--> $DIR/rhai_fn_global_multiple.rs:12:23
|
12 | #[rhai_fn(global, global)]
| ^^^^^^
2020-11-17 05:40:12 +01:00
error[E0433]: failed to resolve: use of undeclared crate or module `test_module`
--> $DIR/rhai_fn_global_multiple.rs:23:8
|
23 | if test_module::test_fn(n) {
2020-11-17 05:40:12 +01:00
| ^^^^^^^^^^^ use of undeclared crate or module `test_module`