rhai/codegen/ui_tests/rhai_fn_rename_dot.stderr

12 lines
400 B
Plaintext
Raw Normal View History

2020-08-19 22:15:48 -05:00
error: Rhai function names may not contain dot
2020-08-23 17:53:30 -05:00
--> $DIR/rhai_fn_rename_dot.rs:12:22
2020-08-19 22:15:48 -05:00
|
12 | #[rhai_fn(name = "foo.bar")]
2020-08-23 17:53:30 -05:00
| ^^^^^^^^^
2020-08-19 22:15:48 -05:00
2020-09-11 22:45:15 +08:00
error[E0433]: failed to resolve: use of undeclared crate or module `test_module`
2020-08-19 22:15:48 -05:00
--> $DIR/rhai_fn_rename_dot.rs:23:8
|
23 | if test_module::test_fn(n) {
2020-09-11 22:45:15 +08:00
| ^^^^^^^^^^^ use of undeclared crate or module `test_module`