Function mz_transform::normalize_lets::inlining::inline_lets_helper

source ยท
fn inline_lets_helper(
    expr: &mut MirRelationExpr,
    inline_offer: &mut BTreeMap<LocalId, InlineOffer>,
) -> Result<(), TransformError>
Expand description

Substitute Get{id} expressions for any proposed expressions.

The proposed expressions can be proposed either to be taken or cloned.