Skip to main content

Module error

Module error 

Source
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§

CompileError
A compile error.
Suggestion
A structured fix for the error it is attached to (v0.26, ADR 0054).

Enums§

Applicability
Whether a Suggestion can be applied without review (mirrors rustc; gates a future CLI --fix and the LSP’s one-click apply).