summaryrefslogtreecommitdiffstats
path: root/tests/ui/lint/lint-non-snake-case-crate-2.stderr
blob: 4b42145bbed8b5e3184513604bf2406e7ad844d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: crate `NonSnakeCase` should have a snake case name
   |
   = help: convert the identifier to snake case: `non_snake_case`
note: the lint level is defined here
  --> $DIR/lint-non-snake-case-crate-2.rs:4:9
   |
LL | #![deny(non_snake_case)]
   |         ^^^^^^^^^^^^^^

error: aborting due to previous error