Skip to content

Commit

Permalink
Unrolled build for rust-lang#121366
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
rust-timer authored Feb 21, 2024
2 parents 1d447a9 + 1407057 commit 96c750e
Show file tree
Hide file tree
Showing 5 changed files with 350 additions and 372 deletions.
Loading

0 comments on commit 96c750e

Please sign in to comment.