rhai/codegen/ui_tests/module_cfg_const.stderr

12 lines
373 B
Plaintext
Raw Normal View History

error: cfg attributes not allowed on this item
2021-10-12 14:57:47 +02:00
--> ui_tests/module_cfg_const.rs:13:5
|
13 | #[cfg(feature = "foo")]
2021-10-12 14:57:47 +02:00
| ^
2020-09-11 16:45:15 +02:00
error[E0433]: failed to resolve: use of undeclared crate or module `test_module`
2021-10-12 14:57:47 +02:00
--> ui_tests/module_cfg_const.rs:26:8
|
26 | if test_module::test_fn(n) {
2020-09-11 16:45:15 +02:00
| ^^^^^^^^^^^ use of undeclared crate or module `test_module`