rust/src/test/ui/lint/command-line-lint-group-warn.stderr
2018-12-25 21:08:33 -07:00

9 lines
315 B
Plaintext

warning: variable `_InappropriateCamelCasing` should have a snake case name such as `_inappropriate_camel_casing`
--> $DIR/command-line-lint-group-warn.rs:5:9
|
LL | let _InappropriateCamelCasing = true;
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-W non-snake-case` implied by `-W bad-style`