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.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
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.