-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed as not planned
Closed as not planned
Copy link
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Description
#112984 introduced a way for rustc contributors to debug output the universes of ty/const/region vars. This comment lists a variety of things that should be followed up on. Particularly:
- Introduce
derive(DebugWithInfcx)
- Do something about the way that type/consts store universes of infer vars differently than regions which makes debug output worse
-
DebugWithInfcx
andInferCtxtLike
should have documentation stating what they are for and why they exist in the form they do (a lot of this can likely be taken from the PR description)
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.