-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
E-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.E-mediumCall for participation: Medium difficulty. Experience needed to fix: Intermediate.Call for participation: Medium difficulty. Experience needed to fix: Intermediate.E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
Description
The lint_levels
query traverses the whole crate to assign a set of lint and allowances to each HirId
.
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.
schneiderfelipe
Metadata
Metadata
Assignees
Labels
E-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.E-mediumCall for participation: Medium difficulty. Experience needed to fix: Intermediate.Call for participation: Medium difficulty. Experience needed to fix: Intermediate.E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.