Struct syntax::diagnostics::plugin::ExplicitBug[][src]

pub struct ExplicitBug;
🔬 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?

Signifies that the compiler died with an explicit call to .bug or .span_bug rather than a failed assertion, etc.

Trait Implementations

impl Display for ExplicitBug
[src]

Formats the value using the given formatter. Read more

impl Clone for ExplicitBug
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Error for ExplicitBug
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

🔬 This is a nightly-only experimental API. (error_type_id)

unclear whether to commit to this public implementation detail

Get the TypeId of self

impl Copy for ExplicitBug
[src]

impl Debug for ExplicitBug
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ExplicitBug

impl Sync for ExplicitBug