]> git.proxmox.com Git - rustc.git/blame - src/test/ui/lint/command-line-lint-group-warn.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / lint / command-line-lint-group-warn.stderr
CommitLineData
0731742a
XL
1warning: variable `_InappropriateCamelCasing` should have a snake case name
2 --> $DIR/command-line-lint-group-warn.rs:5:9
8bb4bdeb 3 |
0531ce1d 4LL | let _InappropriateCamelCasing = true;
0731742a 5 | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `_inappropriate_camel_casing`
8bb4bdeb
XL
6 |
7 = note: `-W non-snake-case` implied by `-W bad-style`
8
ba9703b0
XL
9warning: 1 warning emitted
10