Skip to main content

write_failures

Function write_failures 

Source
pub fn write_failures<W: Write>(
    out: &mut W,
    failures: &BTreeMap<PathBuf, FailureReason>,
    findings_above: bool,
) -> Result<()>
Expand description

The “N file(s) could not be analyzed” block.

findings_above decides the separating blank line - see the module doc.