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: missing 'else' in require: `require COND else "message", ...`
 --> tests/ui/require_missing_else.rs:7:17
  |
7 |         require true,  // missing else
  |                 ^^^^