zesterer / ariadne

A fancy diagnostics & error reporting crate
https://crates.io/crates/ariadne
MIT License
1.79k stars 78 forks source link

Annotate `Report` and `ReportBuilder` with `#[must_use]` #117

Open ISSOtm opened 6 months ago

ISSOtm commented 6 months ago

This ensures that one doesn't forget to call .finish() or .eprint()