]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/if/if-let-arm-types.stderr
Remove E0308 note when primary label has all info
[rust.git] / src / test / ui / if / if-let-arm-types.stderr
index ff88de20f76ccf709b9991361d3fe2edf1b67e20..088aa0e8554bb968d2a630ccd5b6bcb874b1f9ba 100644 (file)
@@ -11,9 +11,6 @@ LL | |         1
    | |         ^ expected (), found integer
 LL | |     };
    | |_____- if and else have incompatible types
-   |
-   = note: expected type `()`
-              found type `{integer}`
 
 error: aborting due to previous error