]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/command-line-lint-group-deny.stderr
3250a41ee0ecdc940c459130a633181b6d3ab0f9
[rust.git] / src / test / ui / lint / command-line-lint-group-deny.stderr
1 error: variable `_InappropriateCamelCasing` should have a snake case name
2   --> $DIR/command-line-lint-group-deny.rs:4:9
3    |
4 LL |     let _InappropriateCamelCasing = true; //~ ERROR should have a snake
5    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_inappropriate_camel_casing`
6    |
7    = note: `-D non-snake-case` implied by `-D bad-style`
8
9 error: aborting due to previous error
10