]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/span/multiline-span-E0072.stderr
Rollup merge of #87922 - Manishearth:c-enum-target-spec, r=nagisa,eddyb
[rust.git] / src / test / ui / span / multiline-span-E0072.stderr
index 55128347f7404f26f091e4e1a240047a6f2bbcb2..cb71a55b09eaf29cd70e4657e51fb1d7fe525521 100644 (file)
@@ -13,7 +13,7 @@ LL | | }
 help: insert some indirection (e.g., a `Box`, `Rc`, or `&`) to make `ListNode` representable
    |
 LL |     tail: Box<Option<ListNode>>,
-   |           ^^^^                ^
+   |           ++++                +
 
 error: aborting due to previous error