11 lines
317 B
Plaintext
11 lines
317 B
Plaintext
|
error: `mod.rs` files are not allowed, found `src/bad/mod.rs`
|
||
|
--> src/bad/mod.rs:1:1
|
||
|
|
|
||
|
1 | pub struct Thing;
|
||
|
| ^
|
||
|
|
|
||
|
= help: move `src/bad/mod.rs` to `src/bad.rs`
|
||
|
= note: `-D clippy::mod-module-files` implied by `-D warnings`
|
||
|
|
||
|
error: could not compile `fail-no-mod` (bin "fail-no-mod") due to previous error
|