Rollup merge of #153922 - jyn514:jyn/crate-graph, r=jdonszelmann

rustc_mir_build only depends on rustc_lint_defs, not rustc_lint

This speeds up incremental compile times when modifying rustc_lint.
This commit is contained in:
Stuart Cook
2026-03-16 15:01:35 +11:00
committed by GitHub
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4344,7 +4344,7 @@ dependencies = [
"rustc_hir",
"rustc_index",
"rustc_infer",
"rustc_lint",
"rustc_lint_defs",
"rustc_macros",
"rustc_middle",
"rustc_pattern_analysis",