error: an `hdo!` block must end with `pure expression` or a final expression without `;`
--> tests/ui/fail/missing_pure.rs:4:13
|
4 | let _ = hdo! {
| _____________^
5 | | x <- Some(10);
6 | | let y = x * 2;
7 | | };
| |_____^
|
= note: this error originates in the macro `hdo` (in Nightly builds, run with -Z macro-backtrace for more info)