]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/span/multiline-span-E0072.stderr
New upstream version 1.19.0+dfsg1
[rustc.git] / src / test / ui / span / multiline-span-E0072.stderr
index 9c6816e736313c534e6bc6df1579a47e9bfcbcce..881c2f5df45a2ffaee2e15f8a26870904589379a 100644 (file)
@@ -6,10 +6,11 @@ error[E0072]: recursive type `ListNode` has infinite size
 14 | | {
 15 | |     head: u8,
 16 | |     tail: Option<ListNode>,
+   | |     ---------------------- recursive without indirection
 17 | | }
    | |_^ recursive type has infinite size
    |
    = help: insert indirection (e.g., a `Box`, `Rc`, or `&`) at some point to make `ListNode` representable
 
-error: aborting due to previous error
+error: aborting due to previous error(s)