Rollup merge of #152107 - JonathanBrouwer:convert_borrowck, r=lqd

Convert to inline diagnostics in `rustc_borrowck`

For https://github.com/rust-lang/rust/issues/151366
r? @jdonszelmann
This commit is contained in:
Jonathan Brouwer 2026-02-06 10:06:43 +01:00 committed by GitHub
commit 65a1d9708d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 233 additions and 395 deletions

View file

@ -3571,7 +3571,6 @@ dependencies = [
"rustc_abi",
"rustc_data_structures",
"rustc_errors",
"rustc_fluent_macro",
"rustc_graphviz",
"rustc_hir",
"rustc_index",
@ -3771,7 +3770,6 @@ dependencies = [
"rustc_abi",
"rustc_ast",
"rustc_ast_pretty",
"rustc_borrowck",
"rustc_codegen_ssa",
"rustc_const_eval",
"rustc_data_structures",