summaryrefslogtreecommitdiffstats
path: root/tests/ui/block-result/block-must-not-have-result-do.stderr
blob: 2a94f0a87e181810d5de6de1e15f1a8133cb90b6 (plain)
1
2
3
4
5
6
7
8
9
error[E0308]: mismatched types
  --> $DIR/block-must-not-have-result-do.rs:3:9
   |
LL |         true
   |         ^^^^ expected `()`, found `bool`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0308`.