]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-15896.stderr
Remove E0308 note when primary label has all info
[rust.git] / src / test / ui / issues / issue-15896.stderr
index de9757d5d32ed912e4cc322177d84d0b9b74e658..f553be9df55eb2c38c10a6cfd11796b3fa93464d 100644 (file)
@@ -6,9 +6,6 @@ LL |     let u = match e {
 LL |         E::B(
 LL |           Tau{t: x},
    |           ^^^^^^^^^ expected enum `main::R`, found struct `main::Tau`
-   |
-   = note: expected type `main::R`
-              found type `main::Tau`
 
 error: aborting due to previous error