]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/terr-sorts.stderr
Rollup merge of #90498 - joshtriplett:target-tier-policy-draft-updates, r=Mark-Simulacrum
[rust.git] / src / test / ui / terr-sorts.stderr
index 65d90678040d5ff094278cde42b3bb483ad2d067..34d4d9eaded8ac167dc6bcbc7ec23c415dc37e68 100644 (file)
@@ -6,7 +6,7 @@ LL |     want_foo(b);
    |
    = note: expected struct `Foo`
               found struct `Box<Foo>`
-help: try dereferencing the `Box`
+help: consider unboxing the value
    |
 LL |     want_foo(*b);
    |              +