]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/match-vec-invalid.stderr
Remove E0308 note when primary label has all info
[rust.git] / src / test / ui / parser / match-vec-invalid.stderr
index 0956ac21b7f1e4abecf968a5a21b62a681f5c7dd..b9d0f13c0651f2e00b4bd8bdcd15643a59b9334c 100644 (file)
@@ -35,9 +35,6 @@ error[E0308]: mismatched types
    |
 LL | const RECOVERY_WITNESS: () = 0;
    |                              ^ expected (), found integer
-   |
-   = note: expected type `()`
-              found type `{integer}`
 
 error: aborting due to 5 previous errors