]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-14091.stderr
Remove E0308 note when primary label has all info
[rust.git] / src / test / ui / issues / issue-14091.stderr
index 24a076624edee9427a2af0ccf61c55b906339dc8..bb9f843dadfe38b09d3a12e657d74252f06ab7c7 100644 (file)
@@ -3,9 +3,6 @@ error[E0308]: mismatched types
    |
 LL |     assert!(1,1);
    |     ^^^^^^^^^^^^^ expected bool, found integer
-   |
-   = note: expected type `bool`
-              found type `{integer}`
 
 error: aborting due to previous error