Struct rustc_errors::ExplicitBug[][src]

pub struct ExplicitBug;

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

Trait Implementations

impl Copy for ExplicitBug
[src]

impl Clone for ExplicitBug
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ExplicitBug
[src]

Formats the value using the given formatter. Read more

impl Display for ExplicitBug
[src]

Formats the value using the given formatter. 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

Auto Trait Implementations

impl Send for ExplicitBug

impl Sync for ExplicitBug