Skip to content

Commit

Permalink
Rollup merge of rust-lang#121366 - nnethercote:rm-diagnostic_builder.…
Browse files Browse the repository at this point in the history
…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`
  • Loading branch information
fmease committed Feb 21, 2024
2 parents 8d27fc8 + 1407057 commit ef14c17
Show file tree
Hide file tree
Showing 5 changed files with 350 additions and 372 deletions.
Loading

0 comments on commit ef14c17

Please sign in to comment.