rhai/codegen/ui_tests/export_fn_raw_noreturn.stderr

12 lines
359 B
Plaintext
Raw Normal View History

2021-03-22 04:18:09 +01:00
error: functions marked with 'return_raw' must return Result<T, Box<EvalAltResult>>
2021-02-26 11:28:21 +01:00
--> $DIR/export_fn_raw_noreturn.rs:9:13
|
9 | #[export_fn(return_raw)]
| ^^^^^^^^^^
error[E0425]: cannot find function `test_fn` in this scope
--> $DIR/export_fn_raw_noreturn.rs:19:5
|
19 | test_fn(&mut n);
| ^^^^^^^ not found in this scope