rust/src/test/ui/block-result/block-must-not-have-result-do.stderr

12 lines
283 B
Plaintext
Raw Normal View History

2017-06-24 00:43:35 +00:00
error[E0308]: mismatched types
--> $DIR/block-must-not-have-result-do.rs:13:9
|
13 | true //~ ERROR mismatched types
| ^^^^ expected (), found bool
|
= note: expected type `()`
found type `bool`
error: aborting due to previous error(s)