]> git.proxmox.com Git - rustc.git/blame - src/test/ui/block-result/block-must-not-have-result-do.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / block-result / block-must-not-have-result-do.stderr
CommitLineData
041b39d2 1error[E0308]: mismatched types
0731742a 2 --> $DIR/block-must-not-have-result-do.rs:3:9
041b39d2 3 |
532ac7d7 4LL | true
60c5eb7d 5 | ^^^^ expected `()`, found `bool`
041b39d2
XL
6
7error: aborting due to previous error
8
0531ce1d 9For more information about this error, try `rustc --explain E0308`.