rhai/codegen/ui_tests/rhai_fn_setter_signature.stderr

12 lines
437 B
Plaintext
Raw Normal View History

2020-10-20 09:21:41 +08:00
error: property setter requires exactly 2 parameters
2021-10-12 20:57:47 +08:00
--> ui_tests/rhai_fn_setter_signature.rs:13:20
|
13 | pub fn test_fn(input: Point) -> bool {
2021-10-20 15:34:21 +08: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_signature.rs:23:8
|
23 | if test_module::test_fn(n) {
2020-09-12 22:57:17 -05:00
| ^^^^^^^^^^^ use of undeclared crate or module `test_module`