Expand description
Contains traits and types for channels through which errors go.
Structs§
- Buffer
- A buffer of
Ts. - Buffer
Emitter - An
Emitterthat collects into a list. - Handler
- A handler deals with errors and other compiler output.
- Handler
Inner - Stderr
Emitter - A trivial
Emitterusing the standard error.
Traits§
- Emitter
- Types that are sinks for compiler errors.
Type Aliases§
- ErrBuffer
- A buffer of
LeoErrors. - Warning
Buffer - A buffer of
LeoWarnings.