Crate pavex_cli_diagnostic

Crate pavex_cli_diagnostic 

Source

Structs§

AnnotatedSource
A source file annotated with one or more labels.
CompilerDiagnostic
A diagnostic is a single error or warning message returned by Pavex to the user.
CompilerDiagnosticBuilder
A builder for a CompilerDiagnostic.
HelpWithSnippet
An help message supported by an annotated code snippet.
InteropError
A thin wrapper around anyhow::Error that implements miette::Diagnostic.

Traits§

AnyhowBridge