//! turn compiler errors and warnings into rendered diagnostic text for stderr.
use Diagnostic;
use QalaError;
use QalaWarning;
/// render every error to the compiler's rich text format, joined.
/// render every warning to the compiler's rich text format, joined.