Error Handling
Errors are added to ErrorGen
, defined in error.rs
, and reported between compiler phases.
If an error occurs during a compilation phase, the errors are reported and the compilation is aborted.
Errors are added to ErrorGen
, defined in error.rs
, and reported between compiler phases.
If an error occurs during a compilation phase, the errors are reported and the compilation is aborted.