Skip to content

Experiment computing lint_levels by definition #95094

Closed
@cjgillot

Description

@cjgillot

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.

Metadata

Metadata

Assignees

Labels

E-help-wantedCall for participation: Help is requested to fix this issue.E-mediumCall 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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions