]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/mismatched_types/recovered-block.stderr
Rollup merge of #89945 - JohnTitor:we-now-specialize-clone-from-slice, r=the8472
[rust.git] / src / test / ui / mismatched_types / recovered-block.stderr
index f2b8404a328e28af7e0159d3e5a7935501b54b1d..f275321abe5ebdf27e2b97e4f870412dce7f9b9e 100644 (file)
@@ -7,7 +7,7 @@ LL |     pub Foo { text }
 help: add `struct` here to parse `Foo` as a public struct
    |
 LL |     pub struct Foo { text }
-   |         ^^^^^^
+   |         ++++++
 
 error: expected one of `(` or `<`, found `{`
   --> $DIR/recovered-block.rs:17:9