rhai/codegen/ui_tests/export_mod_raw_noreturn.stderr

12 lines
444 B
Plaintext
Raw Normal View History

2020-10-20 03:21:41 +02:00
error: functions marked with 'return_raw' must return Result<Dynamic, Box<EvalAltResult>>
--> $DIR/export_mod_raw_noreturn.rs:12:5
|
12 | pub fn test_fn(input: &mut Point) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2020-09-11 16:45:15 +02:00
error[E0433]: failed to resolve: use of undeclared crate or module `test_mod`
--> $DIR/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`