pub trait DiagEmitter {
    fn emit(&self, diag: DiagBuilder2);
}
Expand description

Emits diagnostic messages.

Required methods

Emit a diagnostic message.

Implementations on Foreign Types

Implementors