check_one

Function check_one 

Source
pub fn check_one(
    name: &str,
    src: &str,
    imports: &[(String, Interface)],
    lock: Option<&Lock>,
    diags: &mut Diagnostics,
) -> Checked
Expand description

Check one module against its imports’ interfaces, and solve its placement.