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