[−][src]Module cargo_metadata::diagnostic
This module contains Diagnostic and the types/functions it uses for deserialization.
Structs
| Diagnostic | A diagnostic message generated by rustc |
| DiagnosticCode | The error code associated to this diagnostic. |
| DiagnosticSpan | A section of the source code associated with a Diagnostic |
| DiagnosticSpanLine | A line of code associated with the Diagnostic |
| DiagnosticSpanMacroExpansion | Macro expansion information associated with a diagnostic. |
Enums
| Applicability | Whether a suggestion can be safely applied. |
| DiagnosticLevel | The diagnostic level |