Skip to main content

candidates_from_output

Function candidates_from_output 

Source
fn candidates_from_output(
    source: &ExternalSource,
    output: CompilerOutput,
) -> Result<(Vec<Candidate>, bool), String>