]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/blind/blind-item-block-middle.stderr
Remove E0308 note when primary label has all info
[rust.git] / src / test / ui / blind / blind-item-block-middle.stderr
index 389b63c0adf93be07d0aa466db5f603694e64749..264e7fc8e73a212cb17c9943318b97b3afdb074d 100644 (file)
@@ -3,9 +3,6 @@ error[E0308]: mismatched types
    |
 LL |     let bar = 5;
    |         ^^^ expected integer, found struct `foo::bar`
-   |
-   = note: expected type `{integer}`
-              found type `foo::bar`
 
 error: aborting due to previous error