Struct syntex_syntax::diagnostic::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 Display for ExplicitBug

fn fmt(&self, f: &mut Formatter) -> Result<(), Error>

impl Error for ExplicitBug

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl Debug for ExplicitBug

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for ExplicitBug

fn clone(&self) -> ExplicitBug

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

impl Copy for ExplicitBug