oopsie 0.1.0-rc.20

Ergonomic, structured error handling: context selectors, traced errors, and rich colorized reports
Documentation
1
2
3
4
5
6
error: at most one `#[oopsie(help)]` field per variant/struct
 --> tests/compile-fail/stable/help_duplicate_fields.rs:7:9
  |
7 | /         #[oopsie(help)]
8 | |         second: String,
  | |______________________^