]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/lint-non-snake-case-crate-2.stderr
Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=GuillaumeGomez
[rust.git] / src / test / ui / lint / lint-non-snake-case-crate-2.stderr
1 error: crate `NonSnakeCase` should have a snake case name
2    |
3 note: the lint level is defined here
4   --> $DIR/lint-non-snake-case-crate-2.rs:4:9
5    |
6 LL | #![deny(non_snake_case)]
7    |         ^^^^^^^^^^^^^^
8    = help: convert the identifier to snake case: `non_snake_case`
9
10 error: aborting due to previous error
11