zpl_toolchain_diagnostics 0.1.1

Diagnostic codes and structured error reporting for the ZPL toolchain
Documentation
1
2
3
4
5
6
7
//! Diagnostic ID constants.
//!
//! Auto-generated from `spec/diagnostics.jsonc` at build time.
//! Use these instead of string literals to get compile-time typo detection
//! and IDE autocomplete.

include!(concat!(env!("OUT_DIR"), "/generated_codes.rs"));