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 ',' after scope name: `scope "name", try { ... }`
 --> tests/ui/scope_missing_comma.rs:7:15
  |
7 |         scope "test"  // missing comma
  |               ^^^^^^