1
Fork 0

Fix typo in comment

This commit is contained in:
Gurinder Singh 2024-03-01 08:14:42 +05:30
parent 77be7a3e0d
commit beac5b12aa

View file

@ -586,7 +586,7 @@ impl<'mir, 'tcx> ConstPropagator<'mir, 'tcx> {
} }
Aggregate(ref kind, ref fields) => { Aggregate(ref kind, ref fields) => {
// Do not const pop union fields as they can be // Do not const prop union fields as they can be
// made to produce values that don't match their // made to produce values that don't match their
// underlying layout's type (see ICE #121534). // underlying layout's type (see ICE #121534).
// If the last element of the `Adt` tuple // If the last element of the `Adt` tuple