]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/terr-in-field.stderr
Remove E0308 note when primary label has all info
[rust.git] / src / test / ui / terr-in-field.stderr
index 91c3b3014a200a5c60a083f723ae3bfdb2b1b709..5c6859a0efe98a353db191d68ea39f93010dd1b4 100644 (file)
@@ -3,9 +3,6 @@ error[E0308]: mismatched types
    |
 LL |     want_foo(b);
    |              ^ expected struct `Foo`, found struct `Bar`
-   |
-   = note: expected type `Foo`
-              found type `Bar`
 
 error: aborting due to previous error