summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-cargo/module_style/fail_no_mod/src/main.stderr
blob: f40ceea234b9dd8c441d19f02816e4225eb683a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: `mod.rs` files are not allowed, found `bad/mod.rs`
  --> $DIR/bad/mod.rs:1:1
   |
LL | pub struct Thing;
   | ^
   |
   = help: move `bad/mod.rs` to `bad.rs`
   = note: `-D clippy::mod-module-files` implied by `-D warnings`

error: aborting due to previous error