Expand description
Compiler diagnostics.
Every error has a category (a dotted namespace string like
bynk.parse.expected_token), a primary span, a primary message, and
optionally some secondary labels and notes. Rendering goes through
ariadne for source-pointing colour output.
Structs§
- Compile
Error - A compile error.
- Suggestion
- A structured fix for the error it is attached to (v0.26, ADR 0054).
Enums§
- Applicability
- Whether a
Suggestioncan be applied without review (mirrors rustc; gates a future CLI--fixand the LSP’s one-click apply).