Skip to main content

lower_statement

Function lower_statement 

Source
pub fn lower_statement<'db>(
    ctx: &mut LoweringContext<'db, '_>,
    builder: &mut BlockBuilder<'db>,
    stmt: &Statement<'db>,
) -> LoweringResult<'db, ()>
Expand description

Lowers a semantic statement.