pub type DiagnosticsByFile = HashMap<PathBuf, Vec<Diagnostic>>;
Group of diagnostics keyed by file path string.
pub struct DiagnosticsByFile { /* private fields */ }