Skip to content

Commit 259ec2d

Browse files
committed
Update test output after rebase
1 parent 1d10de6 commit 259ec2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/ui/use_self.stderr

+4-4
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ LL | fn bad(foos: &[Self]) -> impl Iterator<Item = &Foo> {
127127
| ^^^ help: use the applicable keyword: `Self`
128128

129129
error: unnecessary structure name repetition
130-
--> $DIR/use_self.rs:224:13
131-
|
132-
224 | TS(0)
133-
| ^^ help: use the applicable keyword: `Self`
130+
--> $DIR/use_self.rs:224:13
131+
|
132+
LL | TS(0)
133+
| ^^ help: use the applicable keyword: `Self`
134134

135135
error: aborting due to 22 previous errors
136136

0 commit comments

Comments
 (0)