miette/miette-derive
Nahor 03060245d8
feat(collection): add support for collection of labels (#341)
Fixes: https://github.com/zkat/miette/issues/315

Allow errors to have a number of labels determined at runtime.
An example of this is when the rust compiler labels all the arms of
a `match` expression when one of them has an incompatible type

To allow customization of the text for each label in a collection, add
support for using LabeledSpan in collections instead of just regular
spans
2024-02-15 18:14:04 -08:00
..
src feat(collection): add support for collection of labels (#341) 2024-02-15 18:14:04 -08:00
Cargo.toml fix(tests): revert test-breaking changes of e5c7ae4 (#339) 2024-02-07 10:17:42 -08:00
LICENSE feat(derive): added basic derive macro 2021-08-15 11:49:02 -07:00