macro_rules! sanity_check { ($ctx:expr, $span: expr, $b: expr) => { ... }; ($ctx:expr, $span: expr, $b: expr, $($fmt:tt)*) => { ... }; }
Expand description
Custom assert to report an error and optionally panic
macro_rules! sanity_check { ($ctx:expr, $span: expr, $b: expr) => { ... }; ($ctx:expr, $span: expr, $b: expr, $($fmt:tt)*) => { ... }; }
Custom assert to report an error and optionally panic