Macro userror::internal [] [src]

macro_rules! internal {
    ($message:expr) => { ... };
    ($format:expr, $( $val:expr ),+) => { ... };
}

Display an internal error message with file and line info.

Internal errors are bugs or failed invariants in your program, hence file and line info are useful for debugging.