2020-09-13 05:28:41 +02:00
|
|
|
error: property setter requires exactly 2 arguments
|
|
|
|
--> $DIR/rhai_fn_setter_signature.rs:13:9
|
|
|
|
|
|
|
|
|
13 | pub fn test_fn(input: Point) -> bool {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2020-09-13 05:57:17 +02:00
|
|
|
error[E0433]: failed to resolve: use of undeclared crate or module `test_module`
|
2020-09-13 05:28:41 +02:00
|
|
|
--> $DIR/rhai_fn_setter_signature.rs:23:8
|
|
|
|
|
|
|
|
|
23 | if test_module::test_fn(n) {
|
2020-09-13 05:57:17 +02:00
|
|
|
| ^^^^^^^^^^^ use of undeclared crate or module `test_module`
|