2019-01-04 10:19:52 -05:00
|
|
|
error: crate `NonSnakeCase` should have a snake case name
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
|
note: lint level defined here
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/lint-non-snake-case-crate-2.rs:4:9
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
|
LL | #![deny(non_snake_case)]
|
|
|
|
| ^^^^^^^^^^^^^^
|
2019-01-04 10:19:52 -05:00
|
|
|
= help: convert the identifier to snake case: `non_snake_case`
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|