File tree 1 file changed +12
-12
lines changed
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
-
13
1
error: variable `theTwo` should have a snake case name such as `the_two`
14
2
--> $DIR/issue-24690.rs:19:9
15
3
|
@@ -28,5 +16,17 @@ error: variable `theOtherTwo` should have a snake case name such as `the_other_t
28
16
20 | let theOtherTwo = 2;
29
17
| ^^^^^^^^^^^
30
18
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
+
31
31
error: aborting due to 3 previous errors
32
32
You can’t perform that action at this time.
0 commit comments