12 lines
417 B
Plaintext
12 lines
417 B
Plaintext
error: use attribute 'getter = "foo"' instead
|
|
--> ui_tests/rhai_fn_rename_to_prop_setter.rs:12:15
|
|
|
|
|
12 | #[rhai_fn(name = "get$foo")]
|
|
| ^^^^
|
|
|
|
error[E0433]: failed to resolve: use of undeclared crate or module `test_module`
|
|
--> ui_tests/rhai_fn_rename_to_prop_setter.rs:23:8
|
|
|
|
|
23 | if test_module::test_fn(n) {
|
|
| ^^^^^^^^^^^ use of undeclared crate or module `test_module`
|