Fix typo in comment
This commit is contained in:
parent
77be7a3e0d
commit
beac5b12aa
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ impl<'mir, 'tcx> ConstPropagator<'mir, 'tcx> {
|
|||
}
|
||||
|
||||
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
|
||||
// underlying layout's type (see ICE #121534).
|
||||
// If the last element of the `Adt` tuple
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue