blob: e5a25a171fbe00417469add5e35b271a4723ea1e [file] [log] [blame]
#[macro_export]
macro_rules! fancy_panic {
($msg:expr) => {
panic!($msg)
};
}