]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/span/coerce-suggestions.stderr
Rollup merge of #87922 - Manishearth:c-enum-target-spec, r=nagisa,eddyb
[rust.git] / src / test / ui / span / coerce-suggestions.stderr
index 2595cd91dc1f38fcb1d20c0ee715850fdc86c308..2487684c1dd7f62f74c3b1cf4074e5ef8fe9816d 100644 (file)
@@ -43,7 +43,7 @@ LL |     f = box f;
 help: try using a conversion method
    |
 LL |     f = (box f).to_string();
-   |         ^     ^^^^^^^^^^^^^
+   |         +     +++++++++++++
 
 error[E0308]: mismatched types
   --> $DIR/coerce-suggestions.rs:21:9