validate

Function validate 

Source
pub fn validate(lowered: &Lowered<'_>) -> Result<(), ValidationError>
Expand description

Validates that the lowering structure is valid.

Currently only does basic SSA validations.