]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/span/E0072.stderr
Rollup merge of #87922 - Manishearth:c-enum-target-spec, r=nagisa,eddyb
[rust.git] / src / test / ui / span / E0072.stderr
index 06493f05142e6d2a59fa7e2ab6ba4a17d4253e40..98e92751360cfc0296e14b482ff70ee840265202 100644 (file)
@@ -10,7 +10,7 @@ LL |     tail: Option<ListNode>,
 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