We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ff0f4 commit 504f136Copy full SHA for 504f136
compiler/rustc_typeck/src/check/writeback.rs
@@ -88,7 +88,7 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
88
}
89
90
///////////////////////////////////////////////////////////////////////////
91
-// The Writeback context. This visitor walks the AST, checking the
+// The Writeback context. This visitor walks the HIR, checking the
92
// fn-specific typeck results to find references to types or regions. It
93
// resolves those regions to remove inference variables and writes the
94
// final result back into the master typeck results in the tcx. Here and
0 commit comments