diff options
| -rw-r--r-- | tests/ui/use_self.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ui/use_self.stderr b/tests/ui/use_self.stderr index 7ef4737dc69..d52fce76de5 100644 --- a/tests/ui/use_self.stderr +++ b/tests/ui/use_self.stderr @@ -127,10 +127,10 @@ LL | fn bad(foos: &[Self]) -> impl Iterator<Item = &Foo> { | ^^^ help: use the applicable keyword: `Self` error: unnecessary structure name repetition - --> $DIR/use_self.rs:224:13 - | -224 | TS(0) - | ^^ help: use the applicable keyword: `Self` + --> $DIR/use_self.rs:224:13 + | +LL | TS(0) + | ^^ help: use the applicable keyword: `Self` error: aborting due to 22 previous errors |
