rhai/codegen/ui_tests/rhai_fn_global_multiple.stderr
Stephen Chung df72d324ba Fix tests.
2020-11-17 12:40:12 +08:00

12 lines
388 B
Plaintext

error: conflicting namespace
--> $DIR/rhai_fn_global_multiple.rs:12:23
|
12 | #[rhai_fn(global, global)]
| ^^^^^^
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) {
| ^^^^^^^^^^^ use of undeclared crate or module `test_module`