Investigate feeding def_span
in the resolver
#118552
Labels
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.
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This is the same idea as #118188 but for the
def_span
queries.At each place where #118188 added a call to
tcx.feed_local_def_id(..).def_kind
, we need to add a call todef_span
. The parameter to this call should mimick the implementation ofdef_span
inrustc_middle::hir::map
.Please contact me on zulip for questions.
The text was updated successfully, but these errors were encountered: