[][src]Macro operator::bug_message

macro_rules! bug_message {
    () => { ... };
    ($detail:expr$(,)?) => { ... };
}