2020-09-12 22:28:41 -05:00
|
|
|
error: conflicting setter
|
2021-10-12 20:57:47 +08:00
|
|
|
--> ui_tests/rhai_fn_setter_multiple.rs:12:42
|
2020-09-12 22:28:41 -05:00
|
|
|
|
|
|
|
|
12 | #[rhai_fn(name = "foo", set = "foo", set = "bar")]
|
2021-10-20 15:34:21 +08:00
|
|
|
| ^^^^^^^^^^^
|
2020-09-12 22:28:41 -05:00
|
|
|
|
2020-09-12 22:57:17 -05:00
|
|
|
error[E0433]: failed to resolve: use of undeclared crate or module `test_module`
|
2021-10-12 20:57:47 +08:00
|
|
|
--> ui_tests/rhai_fn_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`
|