ddmd.errors

Members

Functions

error
void error(Loc loc, const(char)* format, ...)

Print error message

fatal
void fatal()

Call this after printing out fatal error messages to clean up and exit the compiler.

halt
void halt()

Try to stop forgetting to remove the breakpoints from release builds.

Meta