Skip to main content

Module error

Module error 

Source
Expand description

Error types and source span handling for the Newt compiler.

Structs§

Source
Holds the full source and can slice by span.
Span
A span of source code (byte range + line/column for display).

Enums§

NewtError
Compiler / runtime errors with source location.

Functions§

format_error
Pretty-print an error with source context.