]> git.proxmox.com Git - rustc.git/blame - src/test/ui/expr_attr_paren_order.stderr
New upstream version 1.50.0+dfsg1
[rustc.git] / src / test / ui / expr_attr_paren_order.stderr
CommitLineData
0731742a
XL
1error: variable `X` should have a snake case name
2 --> $DIR/expr_attr_paren_order.rs:19:17
b7449926 3 |
532ac7d7 4LL | let X = 0;
e74abb32 5 | ^ help: convert the identifier to snake case (notice the capitalization): `x`
b7449926 6 |
74b04a01 7note: the lint level is defined here
0731742a 8 --> $DIR/expr_attr_paren_order.rs:17:17
b7449926
XL
9 |
10LL | #![deny(non_snake_case)]
11 | ^^^^^^^^^^^^^^
12
13error: aborting due to previous error
14