12 lines
440 B
Plaintext
12 lines
440 B
Plaintext
error: conflicting index_set
|
|
--> $DIR/rhai_fn_index_setter_multiple.rs:12:40
|
|
|
|
|
12 | #[rhai_fn(name = "foo", index_set, index_set)]
|
|
| ^^^^^^^^^
|
|
|
|
error[E0433]: failed to resolve: use of undeclared crate or module `test_module`
|
|
--> $DIR/rhai_fn_index_setter_multiple.rs:23:8
|
|
|
|
|
23 | if test_module::test_fn(n) {
|
|
| ^^^^^^^^^^^ use of undeclared crate or module `test_module`
|