Skip to main content

build_graph_with_registry_and_warnings

Function build_graph_with_registry_and_warnings 

Source
pub fn build_graph_with_registry_and_warnings(
    program: &Program,
    registry: Option<&AbstractionRegistry>,
) -> Result<BuildResult, BuildError>
Expand description

Convert Program (AST) to PatchGraph + warnings (with Abstraction registry).