We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45738e8 commit 4556130Copy full SHA for 4556130
src/test/ui/issues/issue-20005.stderr
@@ -11,7 +11,7 @@ LL | ) -> <Dst as From<Self>>::Result where Dst: From<Self> {
11
= note: to learn more, visit <https://doc.rust-lang.org/book/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait>
12
help: consider further restricting `Self`
13
|
14
-LL | ) -> <Dst as From<Self>>::Result where Dst: From<Self>, Self: std::marker::Sized {
+LL | ) -> <Dst as From<Self>>::Result where Dst: From<Self>, Self: std::marker::Sized {
15
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
16
help: consider relaxing the implicit `Sized` restriction
17
0 commit comments