Tracking Issue for rustc internal debug printing of infer var universes #113582
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#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:
derive(DebugWithInfcx)
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)cc @compiler-errors
The text was updated successfully, but these errors were encountered: