rustc::span_bug! [] [src]

macro_rules! span_bug {
    ($span:expr, $($message:tt)*) => { ... };
}
Unstable (rustc_private)