File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- error: unused variable: `theOtherTwo`
2- --> $DIR/issue-24690.rs:20:9
3- |
4- 20 | let theOtherTwo = 2;
5- | ^^^^^^^^^^^
6- |
7- note: lint level defined here
8- --> $DIR/issue-24690.rs:16:9
9- |
10- 16 | #![deny(warnings)]
11- | ^^^^^^^^
12-
131error: variable `theTwo` should have a snake case name such as `the_two`
142 --> $DIR/issue-24690.rs:19:9
153 |
@@ -28,5 +16,17 @@ error: variable `theOtherTwo` should have a snake case name such as `the_other_t
281620 | let theOtherTwo = 2;
2917 | ^^^^^^^^^^^
3018
19+ error: unused variable: `theOtherTwo`
20+ --> $DIR/issue-24690.rs:20:9
21+ |
22+ 20 | let theOtherTwo = 2;
23+ | ^^^^^^^^^^^
24+ |
25+ note: lint level defined here
26+ --> $DIR/issue-24690.rs:16:9
27+ |
28+ 16 | #![deny(warnings)]
29+ | ^^^^^^^^
30+
3131error: aborting due to 3 previous errors
3232
You can’t perform that action at this time.
0 commit comments