rhai/codegen/ui_tests/export_fn_raw_noreturn.stderr
2021-10-23 12:12:23 +08:00

12 lines
367 B
Plaintext

error: functions marked with 'return_raw' must return Result<T, Box<EvalAltResult>>
--> ui_tests/export_fn_raw_noreturn.rs:9:13
|
9 | #[export_fn(return_raw)]
| ^^^^^^^^^^
error[E0425]: cannot find function `test_fn` in this scope
--> ui_tests/export_fn_raw_noreturn.rs:19:5
|
19 | test_fn(&mut n);
| ^^^^^^^ not found in this scope