2020-09-12 22:28:41 -05:00
|
|
|
error: conflicting index_set
|
2021-10-20 15:34:21 +08:00
|
|
|
--> ui_tests/rhai_fn_index_setter_multiple.rs:12:40
|
2020-09-12 22:28:41 -05:00
|
|
|
|
|
|
|
|
12 | #[rhai_fn(name = "foo", index_set, index_set)]
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
2020-09-12 22:57:17 -05: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_index_setter_multiple.rs:23:8
|
2020-09-12 22:28:41 -05:00
|
|
|
|
|
|
|
|
23 | if test_module::test_fn(n) {
|
2020-09-12 22:57:17 -05:00
|
|
|
| ^^^^^^^^^^^ use of undeclared crate or module `test_module`
|