2021-02-26 20:00:25 +08:00
|
|
|
error: namespace is already set to 'global'
|
2021-10-20 15:34:21 +08:00
|
|
|
--> ui_tests/rhai_fn_global_multiple.rs:12:23
|
2020-11-17 12:09:56 +08:00
|
|
|
|
|
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`
|
2021-10-20 15:34:21 +08:00
|
|
|
--> ui_tests/rhai_fn_global_multiple.rs:23:8
|
2020-11-17 12:09:56 +08:00
|
|
|
|
|
|
|
|
23 | if test_module::test_fn(n) {
|
2020-11-17 12:40:12 +08:00
|
|
|
| ^^^^^^^^^^^ use of undeclared crate or module `test_module`
|