check_one_in

Function check_one_in 

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

The same, against a caller’s source map so that diagnostics point at the right file.