]> 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 ef6412a633babf8b3720ad245e57eb9e8e24fe08..5c6859a0efe98a353db191d68ea39f93010dd1b4 100644 (file)
@@ -3,9 +3,6 @@ error[E0308]: mismatched types
    |
 LL |     want_foo(b);
    |              ^ expected struct `Foo`, found struct `Bar`
-   |
-   = note: expected struct `Foo`
-              found struct `Bar`
 
 error: aborting due to previous error