Commit Graph

2 Commits

Author SHA1 Message Date
Nahor 7a54a9f1c8 feat(collection): allow LabeledSpan in label collections
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 17:00:42 -08:00
Nahor 6d01ca1c2d feat(collection): add support for collection of labels (#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
2024-02-15 16:55:50 -08:00