rhai/codegen/ui_tests/export_mod_raw_noreturn.stderr

12 lines
421 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-10-20 09:34:21 +02:00
--> ui_tests/export_mod_raw_noreturn.rs:11:11
|
2021-02-26 11:28:21 +01:00
11 | #[rhai_fn(return_raw)]
| ^^^^^^^^^^
2020-09-11 16:45:15 +02:00
error[E0433]: failed to resolve: use of undeclared crate or module `test_mod`
2021-10-20 09:34:21 +02:00
--> ui_tests/export_mod_raw_noreturn.rs:22:5
|
22 | test_mod::test_fn(&mut n);
2020-09-11 16:45:15 +02:00
| ^^^^^^^^ use of undeclared crate or module `test_mod`