blob: 1fe51c6278637f7135aa265b7e4907d8f5c632a8 [file] [log] [blame]
error: variable `_InappropriateCamelCasing` should have a snake case name such as `_inappropriate_camel_casing`
--> $DIR/command-line-lint-group-forbid.rs:14:9
|
LL | let _InappropriateCamelCasing = true; //~ ERROR should have a snake
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-F non-snake-case` implied by `-F bad-style`
error: aborting due to previous error