]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/command-line-lint-group-deny.stderr
Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister
[rust.git] / tests / 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;
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