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