]> 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 a8227bb19c23f994e6d9d85015dfe7cec691a124..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 enum `main::R`
-            found struct `main::Tau`
 
 error: aborting due to previous error