zkat / miette

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

Allow collections as type for the label attribute (fixes #315) #341

Closed Nahor closed 7 months ago

Nahor commented 7 months ago

Nevermind, I didn't notice they were combined into one commit. You merged only one of the two commit. Any issue with the other (to allow LabeledSpan in the collections, mainly to be able to set the text for each individual label in a collection, since one can't use macro attributes in that case)?

zkat commented 7 months ago

Yes, I squashed them. You're all good :)