stable_mir::mir::pretty

Function pretty_aggregate

Source
fn pretty_aggregate<W: Write>(
    writer: &mut W,
    aggregate_kind: &AggregateKind,
    operands: &Vec<Operand>,
) -> Result<()>