handle-this 0.2.4

Ergonomic error handling with try/catch/throw/inspect/finally syntax and automatic stack traces
Documentation
1
2
3
4
5
error: expected expression after `match`: `catch Type(e) match e { ... }`
 --> tests/ui/match_missing_expr.rs:8:17
  |
8 |         catch e match { _ => 0 }  // missing expression before { }
  |                 ^^^^^