mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
97c157fe1e
- In `emit_producing_error_guaranteed`, only allow `Level::Error`. - In `emit_diagnostic`, only produce `ErrorGuaranteed` for `Level` and `DelayedBug`. (Not `Bug` or `Fatal`. They don't need it, because the relevant `emit` methods abort.) - Add/update various comments.