325e690cd91479447f6864d0776382b04c3ada18
Introduces a new method `format_errors` to the `Diagnostics` struct. This method iterates through all diagnostics, filters for errors, and formats them into a newline-joined string. This simplifies error reporting in compilation results.
Description
No description provided
Languages
Rust
100%