]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-32326.stderr
Rollup merge of #100168 - WaffleLapkin:improve_diagnostics_for_missing_type_in_a_cons...
[rust.git] / src / test / ui / issues / issue-32326.stderr
index 0f3d3690b732ea1bf1d3660b2bd441f02caae636..cea765850564ff14c49ed45b85182695dbadb4f1 100644 (file)
@@ -11,7 +11,7 @@ LL |     Plus(Expr, Expr),
 help: insert some indirection (e.g., a `Box`, `Rc`, or `&`) to make `Expr` representable
    |
 LL |     Plus(Box<Expr>, Box<Expr>),
-   |          ^^^^    ^  ^^^^    ^
+   |          ++++    +  ++++    +
 
 error: aborting due to previous error