pub fn compile_ast(
    manifest: &ManifestFile,
    build_profile: &BuildProfile,
    namespace: Module
) -> Result<CompileAstResult>
Expand description

Compiles the package to an AST.