PluginFileDiagnosticNotes

Type Alias PluginFileDiagnosticNotes 

Source
pub type PluginFileDiagnosticNotes<'a> = OrderedHashMap<FileId<'a>, DiagnosticNote<'a>>;
Expand description

Diagnostic notes for diagnostics originating in the plugin generated files identified by FileId.

Aliased Typeยง

pub struct PluginFileDiagnosticNotes<'a>(/* private fields */);