]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-14541.stderr
Remove E0308 note when primary label has all info
[rust.git] / src / test / ui / issues / issue-14541.stderr
index aa0ae5ce44349ac248bab8ab46dc7363c3f73315..c5512e03007dfb5c3c56bd83332cdf71537eb1d0 100644 (file)
@@ -3,9 +3,6 @@ error[E0308]: mismatched types
    |
 LL |     let Vec3 { y: _, z: _ } = v;
    |         ^^^^^^^^^^^^^^^^^^^ expected struct `Vec2`, found struct `Vec3`
-   |
-   = note: expected type `Vec2`
-              found type `Vec3`
 
 error: aborting due to previous error