]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/type/type-error-break-tail.stderr
Remove E0308 note when primary label has all info
[rust.git] / src / test / ui / type / type-error-break-tail.stderr
index e5297d9a596d862b8992fd432f33cd3f978ecfe2..720bde9371132e8bce180d47453f03c38ab5163f 100644 (file)
@@ -9,9 +9,6 @@ LL |         if false { break; }
    |                    |
    |                    expected i32, found ()
    |                    help: give it a value of the expected type: `break 42`
-   |
-   = note: expected type `i32`
-              found type `()`
 
 error: aborting due to previous error