]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/traits/issue-78372.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / traits / issue-78372.stderr
index e63740c4ea928df9dc9a59faf8cfa7280735ef61..0150ff41303ae3439416b48a563c4c04298c5403 100644 (file)
@@ -20,11 +20,11 @@ LL | impl<T> DispatchFromDyn<Smaht<U, MISC>> for T {}
 help: a type parameter with a similar name exists
    |
 LL | impl<T> DispatchFromDyn<Smaht<T, MISC>> for T {}
-   |                               ^
+   |                               ~
 help: you might be missing a type parameter
    |
 LL | impl<T, U> DispatchFromDyn<Smaht<U, MISC>> for T {}
-   |       ^^^
+   |       +++
 
 error[E0412]: cannot find type `MISC` in this scope
   --> $DIR/issue-78372.rs:3:34