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[E0080]: evaluation panicked: `BigEnum` is 32 bytes, must be ≤ 16; largest variant `Heavy` is 32 bytes
              set by `[package.metadata.oopsie] max-size` in Cargo.toml
 --> enum_over.rs:7:5
  |
7 |     Heavy { data: [u8; 32] },
  |     ^^^^^ evaluation of `_::size_check` failed here