rhai/codegen/ui_tests/rhai_fn_setter_return.stderr

12 lines
478 B
Plaintext
Raw Normal View History

2020-10-15 08:06:54 +02:00
error: property setter cannot return any value
2021-10-12 14:57:47 +02:00
--> ui_tests/rhai_fn_setter_return.rs:13:51
|
13 | pub fn test_fn(input: &mut Point, value: f32) -> bool {
2021-10-20 09:34:21 +02: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_return.rs:24:8
|
24 | if test_module::test_fn(&mut n, 5.0) {
2020-09-13 05:57:17 +02:00
| ^^^^^^^^^^^ use of undeclared crate or module `test_module`