blob: d864d767957da2af90335c2524ff853c6b16bb46 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/block-must-not-have-result-do.rs:13:9
|
LL | true //~ ERROR mismatched types
| ^^^^ expected (), found bool
|
= note: expected type `()`
found type `bool`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.