@@ -20,7 +20,7 @@ LL | let mut x = x;
2020 = help: remove the redefinition of `x`
2121
2222error: redundant redefinition of a binding
23- --> $DIR/redundant_locals.rs:37 :14
23+ --> $DIR/redundant_locals.rs:46 :14
2424 |
2525LL | fn parameter(x: i32) {
2626 | ^
@@ -30,7 +30,7 @@ LL | let x = x;
3030 = help: remove the redefinition of `x`
3131
3232error: redundant redefinition of a binding
33- --> $DIR/redundant_locals.rs:42 :9
33+ --> $DIR/redundant_locals.rs:51 :9
3434 |
3535LL | let x = 1;
3636 | ^
@@ -40,7 +40,7 @@ LL | let x = x;
4040 = help: remove the redefinition of `x`
4141
4242error: redundant redefinition of a binding
43- --> $DIR/redundant_locals.rs:43 :9
43+ --> $DIR/redundant_locals.rs:52 :9
4444 |
4545LL | let x = x;
4646 | ^
@@ -50,7 +50,7 @@ LL | let x = x;
5050 = help: remove the redefinition of `x`
5151
5252error: redundant redefinition of a binding
53- --> $DIR/redundant_locals.rs:44 :9
53+ --> $DIR/redundant_locals.rs:53 :9
5454 |
5555LL | let x = x;
5656 | ^
@@ -60,7 +60,7 @@ LL | let x = x;
6060 = help: remove the redefinition of `x`
6161
6262error: redundant redefinition of a binding
63- --> $DIR/redundant_locals.rs:45 :9
63+ --> $DIR/redundant_locals.rs:54 :9
6464 |
6565LL | let x = x;
6666 | ^
@@ -70,7 +70,7 @@ LL | let x = x;
7070 = help: remove the redefinition of `x`
7171
7272error: redundant redefinition of a binding
73- --> $DIR/redundant_locals.rs:50 :9
73+ --> $DIR/redundant_locals.rs:59 :9
7474 |
7575LL | let a = 1;
7676 | ^
@@ -81,7 +81,7 @@ LL | let a = a;
8181 = help: remove the redefinition of `a`
8282
8383error: redundant redefinition of a binding
84- --> $DIR/redundant_locals.rs:51 :9
84+ --> $DIR/redundant_locals.rs:60 :9
8585 |
8686LL | let b = 2;
8787 | ^
@@ -92,7 +92,7 @@ LL | let b = b;
9292 = help: remove the redefinition of `b`
9393
9494error: redundant redefinition of a binding
95- --> $DIR/redundant_locals.rs:58 :13
95+ --> $DIR/redundant_locals.rs:67 :13
9696 |
9797LL | let x = 1;
9898 | ^
@@ -102,7 +102,7 @@ LL | let x = x;
102102 = help: remove the redefinition of `x`
103103
104104error: redundant redefinition of a binding
105- --> $DIR/redundant_locals.rs:65 :13
105+ --> $DIR/redundant_locals.rs:74 :13
106106 |
107107LL | let x = 1;
108108 | ^
@@ -112,7 +112,7 @@ LL | let x = x;
112112 = help: remove the redefinition of `x`
113113
114114error: redundant redefinition of a binding
115- --> $DIR/redundant_locals.rs:68 :6
115+ --> $DIR/redundant_locals.rs:77 :6
116116 |
117117LL | |x: i32| {
118118 | ^
@@ -122,7 +122,7 @@ LL | let x = x;
122122 = help: remove the redefinition of `x`
123123
124124error: redundant redefinition of a binding
125- --> $DIR/redundant_locals.rs:85 :9
125+ --> $DIR/redundant_locals.rs:94 :9
126126 |
127127LL | let x = 1;
128128 | ^
0 commit comments