blob: e295112932770b8b07d3045ddcf1e60b055b7e42 [file] [log] [blame]
error: crate `NonSnakeCase` should have a snake case name
|
note: the lint level is defined here
--> $DIR/lint-non-snake-case-crate-2.rs:4:9
|
LL | #![deny(non_snake_case)]
| ^^^^^^^^^^^^^^
= help: convert the identifier to snake case: `non_snake_case`
error: aborting due to previous error