ReferencePropagation
MIR opt prevents partial initialisation in MIR
#111426
Labels
C-bug
Category: This is a bug.
ReferencePropagation
panics when a local of a composite type is initialised field-by-field (when the first assignment to this local is through a projection)This can only reproduced with Custom MIR as I do not find any way to make MIR building emit partial initialisations. Nonetheless I don't think it should break in this case.
cc @cjgillot
The text was updated successfully, but these errors were encountered: