]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/command-line-lint-group-forbid.stderr
Move parse-fail tests to UI
[rust.git] / src / test / ui / lint / command-line-lint-group-forbid.stderr
1 error: variable `_InappropriateCamelCasing` should have a snake case name such as `_inappropriate_camel_casing`
2   --> $DIR/command-line-lint-group-forbid.rs:14:9
3    |
4 LL |     let _InappropriateCamelCasing = true; //~ ERROR should have a snake
5    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: `-F non-snake-case` implied by `-F bad-style`
8
9 error: aborting due to previous error
10