fack 0.2.0

Declarative error handling library with no_std support and composable code generation
Documentation
1
2
3
4
5
6
7
error: expected exactly one field
 --> tests/ui/from_many.rs:2:17
  |
2 | #[derive(Debug, Error)]
  |                 ^^^^^
  |
  = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)