Expand description

Re-exports used for diagnostics.

Re-exports

pub use super::diagnostic;
pub use super::diagnostic::EnsembleBuilder;
pub use super::error::DiagnosticError;

Macros

Format a diagnostic short message based on its registerred format string.

Enums

The Calypso error type.

Traits

A minimal interface for accessing source files when rendering diagnostics.

Type Definitions

A handy alias for Result<T, CalError>, genericized over T.