mirror of https://github.com/zkat/miette.git
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 |
||
|---|---|---|
| .. | ||
| code.rs | ||
| diagnostic.rs | ||
| diagnostic_arg.rs | ||
| diagnostic_source.rs | ||
| fmt.rs | ||
| forward.rs | ||
| help.rs | ||
| label.rs | ||
| lib.rs | ||
| related.rs | ||
| severity.rs | ||
| source_code.rs | ||
| url.rs | ||
| utils.rs | ||