cairo_lang_diagnostics

Type Alias PluginFileDiagnosticNotes

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

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

Aliased Typeยง

struct PluginFileDiagnosticNotes(/* private fields */);