]> git.lizzy.rs Git - rust.git/blob - src/test/ui/expr_attr_paren_order.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / expr_attr_paren_order.stderr
1 error: variable `X` should have a snake case name
2   --> $DIR/expr_attr_paren_order.rs:19:17
3    |
4 LL |             let X = 0; //~ ERROR snake case name
5    |                 ^ help: convert the identifier to snake case: `x`
6    |
7 note: lint level defined here
8   --> $DIR/expr_attr_paren_order.rs:17:17
9    |
10 LL |         #![deny(non_snake_case)]
11    |                 ^^^^^^^^^^^^^^
12
13 error: aborting due to previous error
14