]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-3779.stderr
Rollup merge of #86479 - exphp-forks:float-debug-exponential, r=yaahc
[rust.git] / src / test / ui / issues / issue-3779.stderr
index 7b17e91421660f4a31d83ec28692b8394a7da156..6a21472848a74d9345947f6aece40b350b4cda70 100644 (file)
@@ -10,7 +10,7 @@ LL |     element: Option<S>
 help: insert some indirection (e.g., a `Box`, `Rc`, or `&`) to make `S` representable
    |
 LL |     element: Box<Option<S>>
-   |              ^^^^         ^
+   |              ++++         +
 
 error: aborting due to previous error