Skip to content

Encapsulate used-trait-imports set from typeck into per-fn-node tables #39495

Closed
@nikomatsakis

Description

@nikomatsakis

Background: See the general plan for skipping typeck.

Currently we write to a table in the tcx that is not tracked. We need to have each fn's results preserved somewhere so they can be reloaded from incr. state and recombined without re-running typeck.

Pending PR: #39434

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-incr-compArea: Incremental compilationT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions