Skip to main content

annotate_source_with_target

Function annotate_source_with_target 

Source
pub fn annotate_source_with_target(
    source: &str,
    filename: &str,
    target: &str,
) -> Result<String, Vec<Diagnostic>>
Expand description

Like annotate_source, but uses the specified target’s cost model.