mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
757d6f6ef8
`IntoDiagnostic` defaults to `ErrorGuaranteed`, because errors are the most common diagnostic level. It makes sense to do likewise for the closely-related (and much more widely used) `DiagnosticBuilder` type, letting us write `DiagnosticBuilder<'a, ErrorGuaranteed>` as just `DiagnosticBuilder<'a>`. This cuts over 200 lines of code due to many multi-line things becoming single line things. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
messages.ftl |