zesterer / ariadne

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

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

Open ISSOtm opened 1 month ago

ISSOtm commented 1 month ago

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