Skip to content

Commit 27f88ee

Browse files
committed
have better explanation for relate_types
1 parent 646d8d9 commit 27f88ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/value_and_place.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ impl<'tcx> CPlace<'tcx> {
674674
}
675675
}
676676

677-
/// Used for `ProjectionElem::Subtype`, ty has to be monomorphized before
677+
/// Used for `ProjectionElem::Subtype`, `ty` has to be monomorphized before
678678
/// passed on.
679679
pub(crate) fn place_transmute_type(
680680
self,

0 commit comments

Comments
 (0)