[][src]Module rustc_errors::emitter

Structs

EmitterWriter

Enums

ColorConfig
Destination
HumanReadableErrorType

Describes the way the content of the rendered field of the json output is generated

WritableDst

Constants

MAX_HIGHLIGHT_LINES

maximum number of lines we will print for each error; arbitrary.

MAX_SUGGESTIONS

maximum number of suggestions to be shown

Traits

Emitter

Emitter trait for emitting errors.