]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/terr-sorts.stderr
Rollup merge of #107442 - lukas-code:slice-panics, r=cuviper
[rust.git] / tests / ui / terr-sorts.stderr
index 5a61a2fab12658fe91122d636899345189423670..8f1975374a576c2e6e40fe33b14f5a3e82c8fe19 100644 (file)
@@ -2,7 +2,7 @@ error[E0308]: mismatched types
   --> $DIR/terr-sorts.rs:10:14
    |
 LL |     want_foo(b);
-   |     -------- ^ expected struct `Foo`, found struct `Box`
+   |     -------- ^ expected `Foo`, found `Box<Foo>`
    |     |
    |     arguments to this function are incorrect
    |