ddmd.errors

Compiler implementation of the D programming language.

Members

Functions

error
void error(const ref 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

Source

See Source File
$(DMDSRC _errors.d)