rust/src/test/ui/expr_attr_paren_order.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

15 lines
392 B
Plaintext

error: variable `X` should have a snake case name
--> $DIR/expr_attr_paren_order.rs:19:17
|
LL | let X = 0;
| ^ help: convert the identifier to snake case: `x`
|
note: lint level defined here
--> $DIR/expr_attr_paren_order.rs:17:17
|
LL | #![deny(non_snake_case)]
| ^^^^^^^^^^^^^^
error: aborting due to previous error