2017-01-05 18:55:43 -08:00
|
|
|
error: variable `_InappropriateCamelCasing` should have a snake case name such as `_inappropriate_camel_casing`
|
|
|
|
--> $DIR/command-line-lint-group-deny.rs:14:9
|
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | let _InappropriateCamelCasing = true; //~ ERROR should have a snake
|
2017-01-05 18:55:43 -08:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2017-01-05 20:01:22 -08:00
|
|
|
= note: `-D non-snake-case` implied by `-D bad-style`
|
2017-01-05 18:55:43 -08:00
|
|
|
|
2017-07-02 13:49:30 +03:00
|
|
|
error: aborting due to previous error
|
2017-01-05 18:55:43 -08:00
|
|
|
|