pub fn lower_ast_to_hir(ast: SyntaxTree) -> (File, Vec<Error>)
Expand description

Obtain the HIR from the AST.