We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e217f94 commit 62d5aaaCopy full SHA for 62d5aaa
compiler/rustc_mir_build/src/thir/cx/expr.rs
@@ -1183,7 +1183,7 @@ impl<'tcx> Cx<'tcx> {
1183
.temporary_scope(self.region_scope_tree, closure_expr.hir_id.local_id);
1184
let var_ty = place.base_ty;
1185
1186
- // The result of capture analysis in `rustc_hir_analysis/check/upvar.rs`represents a captured path
+ // The result of capture analysis in `rustc_hir_typeck/src/upvar.rs` represents a captured path
1187
// as it's seen for use within the closure and not at the time of closure creation.
1188
//
1189
// That is we see expect to see it start from a captured upvar and not something that is local
0 commit comments