rhai/codegen/ui_tests/rhai_fn_rename_to_prop_getter.stderr
2022-12-16 11:17:25 +08:00

12 lines
417 B
Plaintext

error: use attribute 'getter = "foo"' instead
--> ui_tests/rhai_fn_rename_to_prop_getter.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_getter.rs:23:8
|
23 | if test_module::test_fn(n) {
| ^^^^^^^^^^^ use of undeclared crate or module `test_module`