pub type CompileError = Error;
Custom error type used throughout this crate.
struct CompileError { /* private fields */ }