Rollup merge of #152126 - GuillaumeGomez:inline-diag-rustc_mir_build, r=JonathanBrouwer

Convert to inline diagnostics in `rustc_mir_build`

Part of https://github.com/rust-lang/rust/issues/151366.

r? @JonathanBrouwer
This commit is contained in:
Jonathan Brouwer 2026-02-07 01:18:53 +01:00 committed by GitHub
commit 4fa1cdb455
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 488 additions and 809 deletions

View file

@ -4281,7 +4281,6 @@ dependencies = [
"rustc_ast",
"rustc_data_structures",
"rustc_errors",
"rustc_fluent_macro",
"rustc_hir",
"rustc_index",
"rustc_infer",