blob: f3aa39f89cc3d1f5d698d9a8a4647e49ef42853c [file] [log] [blame]
error: variable `X` should have a snake case name such as `x`
--> $DIR/expr_attr_paren_order.rs:19:17
|
LL | let X = 0; //~ ERROR snake case name
| ^
|
note: lint level defined here
--> $DIR/expr_attr_paren_order.rs:17:17
|
LL | #![deny(non_snake_case)]
| ^^^^^^^^^^^^^^
error: aborting due to previous error