Expand description
‘components.rs’ defines all components with style DiagnosticStyle
that builtin in compiler_base_error.
Structs§
- Code
Snippet CodeSnippet
is a component of diagnostic to display code snippets.- Under
Line UnderLine
is a component of diagnostic to display an underline.
Enums§
- Label
Label
can be considered as a component of diagnostic to display a short label message inDiagnositc
.Label
provides “error”, “warning”, “note” and “Help” four kinds of labels.