11 lines
352 B
Plaintext
11 lines
352 B
Plaintext
|
error: variable `_InappropriateCamelCasing` should have a snake case name such as `_inappropriate_camel_casing`
|
||
|
--> $DIR/command-line-lint-group-forbid.rs:14:9
|
||
|
|
|
||
|
14 | let _InappropriateCamelCasing = true;
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: `-F bad-style` implies `-F non-snake-case`
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|