]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-19883.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / issues / issue-19883.stderr
index e370b2ec1cb42c62884524ae00fb9f2c90802737..bd6a86b74208919176a7adf96794fe6628e7814d 100644 (file)
@@ -1,8 +1,14 @@
 error[E0576]: cannot find associated type `Dst` in trait `From`
   --> $DIR/issue-19883.rs:9:30
    |
+LL |     type Output;
+   |     ------------ associated type `Output` defined here
+...
 LL |         <Dst as From<Self>>::Dst
-   |                              ^^^ not found in `From`
+   |                              ^^^
+   |                              |
+   |                              not found in `From`
+   |                              help: maybe you meant this associated type: `Output`
 
 error: aborting due to previous error