Skip to content

Commit 2b6f966

Browse files
committed
add link to #54105
1 parent e87bf30 commit 2b6f966

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/librustc_mir/borrow_check/nll/type_check/relate_tys.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -695,9 +695,9 @@ impl TypeRelation<'me, 'gcx, 'tcx> for TypeGeneralizer<'me, 'bbcx, 'gcx, 'tcx> {
695695
// `self.universe` universe, this also serves to enforce the
696696
// universe scoping rules.
697697
//
698-
// FIXME -- if the ambient variance is bivariant, though, we
699-
// may however need to check well-formedness or risk a problem
700-
// like #41677 again.
698+
// FIXME(#54105) -- if the ambient variance is bivariant,
699+
// though, we may however need to check well-formedness or
700+
// risk a problem like #41677 again.
701701

702702
let replacement_region_vid = self.type_rel
703703
.infcx

0 commit comments

Comments
 (0)