Provides an abstraction for what to do with error messages.
Where error/warning/deprecation messages go.
Just ignores the messages.
Simplest implementation, just sends messages to stderr. See also: ErrorSinkCompiler.
See Source File _errorsink.d Documentation: https://dlang.org/phobos/dmd_errorsink.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/errorsink.d
Walter Bright
Copyright (C) 2023 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Provides an abstraction for what to do with error messages.