Struct rustc_driver::diagnostic::ExplicitBugUnstable [-] [+] [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 Clone for ExplicitBug

fn clone(&self) -> ExplicitBug

fn clone_from(&mut self, source: &Self)

impl Copy for ExplicitBug