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: multiple `finally` blocks are not allowed; combine into a single block
 --> tests/ui/multiple_finally.rs:9:9
  |
9 |         finally { println!("second"); }
  |         ^^^^^^^