]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/terr-sorts.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / terr-sorts.stderr
index 05b9fb43fe1bcba0bef0e747255c0602fc8ca49a..2f7cc66f1050c8bfa8e452080744ab7649e72eee 100644 (file)
@@ -4,8 +4,8 @@ error[E0308]: mismatched types
 LL |     want_foo(b);
    |              ^ expected struct `Foo`, found struct `std::boxed::Box`
    |
-   = note: expected type `Foo`
-              found type `std::boxed::Box<Foo>`
+   = note: expected struct `Foo`
+              found struct `std::boxed::Box<Foo>`
 
 error: aborting due to previous error