Struct rustc_driver::diagnostic::ExplicitBugExperimental [-]  [+] [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

Derived Implementations

impl Copy for ExplicitBug