Enum rustc_session::DiagnosticMessageId [−][src]
pub enum DiagnosticMessageId {
ErrorId(u16),
LintId(LintId),
StabilityId(Option<NonZeroU32>),
}
Expand description
Diagnostic message ID, used by Session.one_time_diagnostics
to avoid
emitting the same message more than once.
Variants
ErrorId(u16)
Tuple Fields of ErrorId
0: u16
LintId(LintId)
Tuple Fields of LintId
0: LintId
StabilityId(Option<NonZeroU32>)
Tuple Fields of StabilityId
0: Option<NonZeroU32>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DiagnosticMessageId
impl Send for DiagnosticMessageId
impl Sync for DiagnosticMessageId
impl Unpin for DiagnosticMessageId
impl UnwindSafe for DiagnosticMessageId
Blanket Implementations
Mutably borrows from an owned value. Read more
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: 16 bytes
Size for each variant:
ErrorId
: 2 bytesLintId
: 14 bytesStabilityId
: 6 bytes