blob: e295112932770b8b07d3045ddcf1e60b055b7e42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|