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