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.