Skip to content

Commit 61e004d

Browse files
committed
fix rebase fallout
1 parent 72bb5c7 commit 61e004d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_typeck/check/expr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
180180
self.diverges.set(self.diverges.get() | old_diverges);
181181
self.has_errors.set(self.has_errors.get() | old_has_errors);
182182

183-
debug!("type of {} is...", self.tcx.hir().hir_to_string(expr.hir_id));
183+
debug!("type of {} is...", self.tcx.hir().node_to_string(expr.hir_id));
184184
debug!("... {:?}, expected is {:?}", ty, expected);
185185

186186
ty

0 commit comments

Comments
 (0)