]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/command-line-lint-group-deny.stderr
Auto merge of #45997 - estebank:pub-ident, r=nikomatsakis
[rust.git] / src / test / ui / lint / command-line-lint-group-deny.stderr
1 error: variable `_InappropriateCamelCasing` should have a snake case name such as `_inappropriate_camel_casing`
2   --> $DIR/command-line-lint-group-deny.rs:14:9
3    |
4 14 |     let _InappropriateCamelCasing = true; //~ ERROR should have a snake
5    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: `-D non-snake-case` implied by `-D bad-style`
8
9 error: aborting due to previous error
10