Skip to content

Commit dcb61ac

Browse files
committed
fixup yeet
1 parent bd6cffa commit dcb61ac

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_hir_typeck/src/fn_ctxt

1 file changed

+1
-1
lines changed

compiler/rustc_hir_typeck/src/fn_ctxt/_impl.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
14931493
if self.next_trait_solver()
14941494
&& let ty::Alias(..) = ty.kind()
14951495
{
1496-
// We need to use a separate variable here as we otherwise the temporary for
1496+
// We need to use a separate variable here as otherwise the temporary for
14971497
// `self.fulfillment_cx.borrow_mut()` is alive in the `Err` branch, resulting
14981498
// in a reentrant borrow, causing an ICE.
14991499
let result = self

0 commit comments

Comments
 (0)