]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-ui/infinite-recursive-type.stderr
rustdoc: Early doc link resolution fixes and refactorings
[rust.git] / src / test / rustdoc-ui / infinite-recursive-type.stderr
index 897445f200cb701d57d6a70e45454e1aa09179b8..b33aba446223c06daa9ec5ebd9749c4d9e7423ab 100644 (file)
@@ -10,7 +10,7 @@ LL |     V(E),
 help: insert some indirection (e.g., a `Box`, `Rc`, or `&`) to make `E` representable
    |
 LL |     V(Box<E>),
-   |       ^^^^ ^
+   |       ++++ +
 
 error: aborting due to previous error