mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
Update test output after rebase
This commit is contained in:
parent
1d10de66de
commit
259ec2dc0e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user