]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/span/destructor-restrictions.stderr
Rollup merge of #87922 - Manishearth:c-enum-target-spec, r=nagisa,eddyb
[rust.git] / src / test / ui / span / destructor-restrictions.stderr
index f63d97780c1f91d37d08d62fd00c9506a4403ca2..8f75c388f6576070b9ac1d54b6f8b6c55dbed24d 100644 (file)
@@ -16,7 +16,7 @@ LL |     };
 help: for example, you could save the expression's value in a new local variable `x` and then make `x` be the expression at the end of the block
    |
 LL |         let x = *a.borrow() + 1; x
-   |         ^^^^^^^                ^^^
+   |         +++++++                +++
 
 error: aborting due to previous error