Skip to main content

Module error

Module error 

Source
Expand description

Compiler error taxonomies. ValidationError is exclusive to validate; CompileError covers everything else and wraps ValidationError via From.

Enums§

CompileError
Errors surfaced by any compiler pass beyond validate.
SlotSource
Why a slot needs to be bound. Threaded into CompileError::UnboundSlot so the diagnostic can point at the originating location.
ValidationError
Errors from validate (pass 1). One variant per docs/COMPILER.md §4.1 rule.