AssociatedItem
metadata gets entangled with item contents across crates
#37720
Labels
A-incr-comp
Area: Incremental compilation
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Milestone
Within a crate, changes to the body of an impl item (with def-id X) are not considered to affect
AssociatedItem(X)
(because computingAssociatedItem(X)
only reads from the impl). However, across crates, the data is stored with the item X along with things that are dependent on the body, and hence the results get entangled.At least I think this is the cause. =)
The text was updated successfully, but these errors were encountered: