Module diagnostic

Source

Structs§

Code
Diagnostic
Provides detailed, rich description of a compile error or warning.
Hint
Issue
Label
Diagnostic message related to a span of source code in a source file.
Reason
SourcePath

Enums§

DiagnosticArea
Describes the different areas that we have in the sway-error crate. It allows grouping of diagnostics and ensuring that we have unique diagnostic code numbers in each of the groups.
LabelType
Level

Traits§

ToDiagnostic