blob: 5981b8b60794c213aa5cb11651f914b921d5e00d [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/block-must-not-have-result-do.rs:3:9
|
LL | true
| ^^^^ 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`.