Crate rustc_errors [−] [src]
🔬 This is a nightly-only experimental API. (
rustc_private)Reexports
pub use emitter::ColorConfig; |
pub use diagnostic::Diagnostic; |
pub use diagnostic::SubDiagnostic; |
pub use diagnostic_builder::DiagnosticBuilder; |
Modules
| diagnostic |
[ Experimental ]
|
| diagnostic_builder |
[ Experimental ]
|
| emitter |
[ Experimental ]
|
| registry |
[ Experimental ]
|
| snippet |
[ Experimental ]
|
| styled_buffer |
[ Experimental ]
|
Structs
| CodeSuggestion |
[ 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.) |
| Handler |
[ Experimental ] A handler deals with errors; certain errors (fatal, bug, unimpl) may cause immediate exit, others log errors for later reporting. |
Enums
| Level |
[ Experimental ]
|
| RenderSpan |
[ Experimental ]
|
Traits
| CodeMapper |
[ Experimental ]
|
Functions
| expect |
[ Experimental ]
|