mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
12 lines
315 B
Plaintext
12 lines
315 B
Plaintext
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
|
|
|