rustc::bug! [] [src]

macro_rules! bug {
    () => { ... };
    ($($message:tt)*) => { ... };
}
Unstable (rustc_private)