]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/span/E0072.stderr
New upstream version 1.61.0+dfsg1
[rustc.git] / src / test / ui / span / E0072.stderr
index 98e92751360cfc0296e14b482ff70ee840265202..882ed577cf36626d00bf63a6fb55d23c2f3c2f6b 100644 (file)
@@ -9,8 +9,8 @@ LL |     tail: Option<ListNode>,
    |
 help: insert some indirection (e.g., a `Box`, `Rc`, or `&`) to make `ListNode` representable
    |
-LL |     tail: Box<Option<ListNode>>,
-   |           ++++                +
+LL |     tail: Option<Box<ListNode>>,
+   |                  ++++        +
 
 error: aborting due to previous error