Module rustc_errors::diagnostic_builder [−][src]
🔬 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
use Diagnostic; |
use DiagnosticId; |
use DiagnosticStyledString; |
use Applicability; |
use Level; |
use Handler; |
use std::fmt; |
use std::fmt::Debug; |
use std::ops::Deref; |
use std::ops::DerefMut; |
use std::thread::panicking; |
use syntax_pos::MultiSpan; |
use syntax_pos::Span; |
Structs
DiagnosticBuilder |
[ Experimental ] Used for emitting structured error messages and other diagnostic information. |