Re-exports§
Modules§
Structs§
- Help
- Represents a help message, which can be attached to diagnostics to aid users.
- Label
- Represents a labelled span of some source code.
- Simple
Diagnostic - Diagnostic which can be created at runtime.
- Source
Location - Defines some location with a
Source
instance. - Source
Range - Defines some span with a
Source
instance. - Source
Wrapped - Span
Range - Defines some span within a
Source
instance.
Enums§
- Severity
- Diagnostic severity level.
- Suggestion
- Represents a suggested fix with a source file attached.
Traits§
- Diagnostic
- Represents a single diagnostic message, which can be pretty-printed into an intuitive and fancy error message.
- Into
Diagnostic - Trait for converting implementations into implementations of
Diagnostic
. - With
Source