Enum rustc::session::DiagnosticBuilderMethod [−][src]
enum DiagnosticBuilderMethod {
Note,
SpanNote,
SpanSuggestion(String),
}🔬 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?
Enum to support dispatch of one-time diagnostics (in Session.diag_once)
Variants
Note🔬 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?
SpanNote🔬 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?
SpanSuggestion(String)🔬 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?
Auto Trait Implementations
impl Send for DiagnosticBuilderMethod
impl Send for DiagnosticBuilderMethodimpl Sync for DiagnosticBuilderMethod
impl Sync for DiagnosticBuilderMethod