[−][src]Crate rustc_errors
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Re-exports
pub use emitter::ColorConfig; |
Modules
| diagnostic |
[ Experimental ]
|
| diagnostic_builder |
[ Experimental ]
|
| emitter |
[ Experimental ]
|
| lock |
[ Experimental ] Bindings to acquire a global named lock. |
| registry |
[ Experimental ]
|
| snippet |
[ Experimental ]
|
| styled_buffer |
[ Experimental ]
|
Structs
| CodeSuggestion |
[ Experimental ]
|
| Diagnostic |
[ Experimental ]
|
| DiagnosticBuilder |
[ Experimental ] Used for emitting structured error messages and other diagnostic information. |
| DiagnosticStyledString |
[ Experimental ]
|
| ExplicitBug |
[ Experimental ] Signifies that the compiler died with an explicit call to |
| FatalError |
[ Experimental ] Used as a return value to signify a fatal error occurred. (It is also used as the argument to panic at the moment, but that will eventually not be true.) |
| FatalErrorMarker |
[ Experimental ]
|
| Handler |
[ Experimental ] A handler deals with errors; certain errors (fatal, bug, unimpl) may cause immediate exit, others log errors for later reporting. |
| HandlerFlags |
[ Experimental ]
|
| SubDiagnostic |
[ Experimental ] For example a note attached to an error. |
| Substitution |
[ Experimental ] See the docs on |
| SubstitutionPart |
[ Experimental ]
|
Enums
| Applicability |
[ Experimental ]
|
| DiagnosticId |
[ Experimental ]
|
| Level |
[ Experimental ]
|
Constants
| TRACK_DIAGNOSTICS |
[ Experimental ]
|
Traits
| SourceMapper |
[ Experimental ]
|
Functions
| default_track_diagnostic |
[ Experimental ]
|
Type Definitions
| SourceMapperDyn |
[ Experimental ]
|