]> git.lizzy.rs Git - rust.git/blob - tests/ui/block-result/block-must-not-have-result-do.stderr
Rollup merge of #107531 - GuillaumeGomez:inline-images-in-css, r=notriddle
[rust.git] / tests / ui / block-result / block-must-not-have-result-do.stderr
1 error[E0308]: mismatched types
2   --> $DIR/block-must-not-have-result-do.rs:3:9
3    |
4 LL |         true
5    |         ^^^^ expected `()`, found `bool`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0308`.