Encapsulate used-trait-imports set from typeck into per-fn-node tables #39495
Labels
A-incr-comp
Area: Incremental compilation
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Milestone
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
The text was updated successfully, but these errors were encountered: