Experiment computing lint_levels by definition #95094
Labels
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
The
lint_levels
query traverses the whole crate to assign a set of lint and allowances to eachHirId
.However, most incremental modifications to a crate don't involve many items. Computing
lint_levels
independently for each definition will help reduce the effect of recomputing it. The objective is to avoid lowering of some definitions once #88186 is merged.Steps: not defined yet. Please make contact on Zulip to discuss and define them.
The text was updated successfully, but these errors were encountered: