Function compute_place_metadata_inner

Source
fn compute_place_metadata_inner<T: BodyTransformCtx>(
    ctx: &mut T,
    place: &Place,
    metadata_ty: &Ty,
) -> Option<Operand>
Expand description

Compute the metadata for a place. Return None if the place has no metadata.