mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-19 12:05:08 +00:00
12 lines
283 B
Plaintext
12 lines
283 B
Plaintext
|
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)
|
||
|
|