12 lines
437 B
Plaintext
12 lines
437 B
Plaintext
error: property setter requires exactly 2 parameters
|
|
--> ui_tests/rhai_fn_setter_signature.rs:13:20
|
|
|
|
|
13 | pub fn test_fn(input: Point) -> bool {
|
|
| ^^^^^^^^^^^^
|
|
|
|
error[E0433]: failed to resolve: use of undeclared crate or module `test_module`
|
|
--> ui_tests/rhai_fn_setter_signature.rs:23:8
|
|
|
|
|
23 | if test_module::test_fn(n) {
|
|
| ^^^^^^^^^^^ use of undeclared crate or module `test_module`
|