pub fn lint(program: &Program) -> Vec<Diagnostic>Expand description
Run every built-in lint pass over program and return all findings,
sorted by line for stable, readable output.
pub fn lint(program: &Program) -> Vec<Diagnostic>Run every built-in lint pass over program and return all findings,
sorted by line for stable, readable output.