2023-04-12 13:17:26 -05:00
|
|
|
error: items were found after the testing module
|
2023-04-27 09:43:51 -05:00
|
|
|
--> $DIR/block_module.rs:13:1
|
2023-03-31 02:06:39 -05:00
|
|
|
|
|
2023-04-12 13:17:26 -05:00
|
|
|
LL | / mod tests {
|
|
|
|
LL | | #[test]
|
|
|
|
LL | | fn hi() {}
|
|
|
|
LL | | }
|
|
|
|
... |
|
|
|
|
LL | | () => {};
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
2023-03-31 02:06:39 -05:00
|
|
|
|
|
2023-04-12 13:17:26 -05:00
|
|
|
= help: move the items to before the testing module was defined
|
2023-03-31 02:06:39 -05:00
|
|
|
= note: `-D clippy::items-after-test-module` implied by `-D warnings`
|
|
|
|
|
2023-04-12 13:17:26 -05:00
|
|
|
error: aborting due to previous error
|
2023-03-31 02:06:39 -05:00
|
|
|
|