rhai/codegen/ui_tests/rhai_fn_setter_index_signature.stderr

12 lines
439 B
Plaintext
Raw Normal View History

2020-10-20 03:21:41 +02:00
error: index setter requires exactly 3 parameters
2021-10-12 14:57:47 +02:00
--> ui_tests/rhai_fn_setter_index_signature.rs:13:20
|
13 | pub fn test_fn(input: Point) -> bool {
2022-12-16 04:17:25 +01:00
| ^^^^^
2020-09-13 05:57:17 +02:00
error[E0433]: failed to resolve: use of undeclared crate or module `test_module`
2021-10-12 14:57:47 +02:00
--> ui_tests/rhai_fn_setter_index_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`