[][src]Crate silkworm_err

Compiler diagnostics for silkworm.

This crate is mostly intended to be an internal dependency of the silkworm project, an implementation of the Yarn interactive dialogue language in pure Rust. End users are expected to use silkworm, the user-facing API, instead of depending on this crate directly.

This crate defines the types used to construct compiler diagnostic info across the silkworm crates.

Structs

Error
ErrorBuilder
ErrorCtx

A context for emitting errors.

Enums

Level

Compiler error levels.