]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/block-result/block-must-not-have-result-while.stderr
Remove E0308 note when primary label has all info
[rust.git] / src / test / ui / block-result / block-must-not-have-result-while.stderr
index 44f62875ef1c4071ab119122418d84cc1c5e39ef..72063ad1731df2bcc4fbabeb93565781148a42ed 100644 (file)
@@ -11,9 +11,6 @@ error[E0308]: mismatched types
    |
 LL |         true
    |         ^^^^ expected (), found bool
-   |
-   = note: expected type `()`
-              found type `bool`
 
 error: aborting due to previous error