Skip to content

Commit 2e06dda

Browse files
committed
Remove fixes comment
1 parent f548cdd commit 2e06dda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_hir_typeck/src/demand.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,6 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
824824
&& let ty::Ref(_, inner, hir::Mutability::Not) = expected.kind()
825825

826826
// Cannot use found in can_eq if it contains region variables that no longer exist.
827-
// Fixes #140823
828827
&& !found.has_infer_regions()
829828

830829
// The difference between the expected and found values is one level of borrowing.

0 commit comments

Comments
 (0)