]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-17431-5.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / issues / issue-17431-5.stderr
index 1558cffb036b3490fac5b9487a6bc6cbdf77c7dd..a379598c2657c436195c2f849cfe6b485aa6ab7b 100644 (file)
@@ -9,7 +9,7 @@ LL | struct Bar<T> { x: Bar<Foo> , marker: marker::PhantomData<T> }
 help: insert some indirection (e.g., a `Box`, `Rc`, or `&`) to make `Bar` representable
    |
 LL | struct Bar<T> { x: Box<Bar<Foo>> , marker: marker::PhantomData<T> }
-   |                    ^^^^        ^
+   |                    ++++        +
 
 error: aborting due to previous error