Update test output after rebase
This commit is contained in:
parent
80c0b326d6
commit
c086bafc8f
2 changed files with 3 additions and 3 deletions
|
@ -90,7 +90,7 @@ LL | use issue_52891::a;
|
||||||
LL | m,
|
LL | m,
|
||||||
| ______-
|
| ______-
|
||||||
LL | | a}; //~ ERROR `a` is defined multiple times
|
LL | | a}; //~ ERROR `a` is defined multiple times
|
||||||
| | -
|
| | ^
|
||||||
| | |
|
| | |
|
||||||
| |_____`a` reimported here
|
| |_____`a` reimported here
|
||||||
| help: remove unnecessary import
|
| help: remove unnecessary import
|
||||||
|
|
|
@ -14,7 +14,7 @@ error: unmatched angle bracket
|
||||||
--> $DIR/issue-57819.rs:25:10
|
--> $DIR/issue-57819.rs:25:10
|
||||||
|
|
|
|
||||||
LL | bar::<<<T as Foo>::Output>();
|
LL | bar::<<<T as Foo>::Output>();
|
||||||
| ^ help: remove extra angle bracket
|
| ^ help: maybe remove extra angle bracket
|
||||||
|
|
||||||
error: unmatched angle brackets
|
error: unmatched angle brackets
|
||||||
--> $DIR/issue-57819.rs:34:48
|
--> $DIR/issue-57819.rs:34:48
|
||||||
|
@ -38,7 +38,7 @@ error: unmatched angle bracket
|
||||||
--> $DIR/issue-57819.rs:43:48
|
--> $DIR/issue-57819.rs:43:48
|
||||||
|
|
|
|
||||||
LL | let _ = vec![1, 2, 3].into_iter().collect::<<Vec<usize>>();
|
LL | let _ = vec![1, 2, 3].into_iter().collect::<<Vec<usize>>();
|
||||||
| ^ help: remove extra angle bracket
|
| ^ help: maybe remove extra angle bracket
|
||||||
|
|
||||||
error: aborting due to 7 previous errors
|
error: aborting due to 7 previous errors
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue