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