fix comment

This commit is contained in:
lcnr
2023-07-28 12:54:56 +02:00
parent f1753ff8f8
commit 17f87c5aff
2 changed files with 2 additions and 2 deletions

View File

@@ -338,7 +338,7 @@ fn rematch_unsize<'tcx>(
.into_obligations(),
);
// Similar to ADTs, require that the rest of the fields are equal.
// Similar to ADTs, require that we can unsize the tail.
nested.push(Obligation::new(
tcx,
ObligationCause::dummy(),