zkat / miette

Fancy extension for std::error::Error with pretty, detailed diagnostic printing.
https://docs.rs/miette
Apache License 2.0
1.85k stars 106 forks source link

Support multiple #[related] in derive macro #374

Open zakarumych opened 1 month ago

zakarumych commented 1 month ago

This allows creating error type with more than one field that contain #[related] errors.

Why? Because they have different types and I don't want to mix them.

zkat commented 1 month ago

Could you add some tests for this?

zkat commented 1 week ago

gentle ping to see if you're still up for getting tests added to this

zakarumych commented 1 week ago

I would probably find time to do this one day