Update test output after rebase

This commit is contained in:
Wilco Kusee 2018-12-28 20:49:19 +01:00
parent 1d10de66de
commit 259ec2dc0e
1 changed files with 4 additions and 4 deletions

View File

@ -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