Commit ef14c17
authored
Rollup merge of rust-lang#121366 - nnethercote:rm-diagnostic_builder.rs, r=compiler-errors
Remove `diagnostic_builder.rs`
rust-lang#120576 moved a big chunk of `DiagnosticBuilder`'s functionality out of `diagnostic_builder.rs` into `diagnostic.rs`, which left `DiagnosticBuilder` spread across the two files.
This PR fixes that messiness by merging what remains of `diagnostic_builder.rs` into `diagnostic.rs`.
This is part of rust-lang/compiler-team#722.
r? `@davidtwco`File tree
5 files changed
+350
-372
lines changed- compiler/rustc_errors/src
- tests/ui-fulldeps/session-diagnostic
5 files changed
+350
-372
lines changed
0 commit comments