Skip to main content

Module diagnostics

Module diagnostics 

Source
Expand description

Shared diagnostic types used across all Zenith validation passes.

Diagnostics are collected without hard-failing — callers push them into a Vec<Diagnostic> and continue resolving what they can. lib.rs re-exports the most-used symbols at the crate root.

Structs§

Diagnostic
A single structured diagnostic produced during validation or resolution.

Enums§

Severity
The severity level of a Diagnostic.