Turn parent_module_of_macro_def into a query #85999
Labels
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Those two methods contain information that is recorded by the resolver, before the incr. comp. infrastructure is set up.
For now, the maps are accessed as-is. They need to be made queries in order to ensure the correct tracking of their result.
In order to avoid having to compute the forcing query, a pre-requisite is to allow recovering an
ExpnId
from aFingerprint
.The text was updated successfully, but these errors were encountered: