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

12 lines
421 B
Plaintext

error: functions marked with 'return_raw' must return Result<T, Box<EvalAltResult>>
--> ui_tests/export_mod_raw_noreturn.rs:11:11
|
11 | #[rhai_fn(return_raw)]
| ^^^^^^^^^^
error[E0433]: failed to resolve: use of undeclared crate or module `test_mod`
--> ui_tests/export_mod_raw_noreturn.rs:22:5
|
22 | test_mod::test_fn(&mut n);
| ^^^^^^^^ use of undeclared crate or module `test_mod`