Enum rustc_session::session::DiagnosticBuilderMethod [−][src]
enum DiagnosticBuilderMethod {
Note,
SpanNote,
}
Expand description
Enum to support dispatch of one-time diagnostics (in Session.diag_once
).
Variants
Auto Trait Implementations
impl RefUnwindSafe for DiagnosticBuilderMethod
impl Send for DiagnosticBuilderMethod
impl Sync for DiagnosticBuilderMethod
impl Unpin for DiagnosticBuilderMethod
impl UnwindSafe for DiagnosticBuilderMethod
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Note
: 0 bytesSpanNote
: 0 bytes