Skip to content

Commit 4556130

Browse files
committed
fix test output after rebase
1 parent 45738e8 commit 4556130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/issues/issue-20005.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LL | ) -> <Dst as From<Self>>::Result where Dst: From<Self> {
1111
= note: to learn more, visit <https://doc.rust-lang.org/book/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait>
1212
help: consider further restricting `Self`
1313
|
14-
LL | ) -> <Dst as From<Self>>::Result where Dst: From<Self>, Self: std::marker::Sized {
14+
LL | ) -> <Dst as From<Self>>::Result where Dst: From<Self>, Self: std::marker::Sized {
1515
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
1616
help: consider relaxing the implicit `Sized` restriction
1717
|

0 commit comments

Comments
 (0)