Macro chandeliers_err::malformed
source · macro_rules! malformed {
() => { ... };
}Expand description
Special instance of panic for code that should be trivially unreachable.
macro_rules! malformed {
() => { ... };
}Special instance of panic for code that should be trivially unreachable.