2020-11-17 05:09:56 +01:00
|
|
|
error: conflicting namespace
|
|
|
|
--> $DIR/rhai_fn_global_multiple.rs:12:23
|
|
|
|
|
|
2020-11-17 07:29:28 +01:00
|
|
|
12 | #[rhai_fn(global, internal)]
|
|
|
|
| ^^^^^^^^
|
2020-11-17 05:09:56 +01:00
|
|
|
|
2020-11-17 05:40:12 +01:00
|
|
|
error[E0433]: failed to resolve: use of undeclared crate or module `test_module`
|
2020-11-17 05:09:56 +01:00
|
|
|
--> $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`
|