Macro debug_assert_not_too_long

Source
macro_rules! debug_assert_not_too_long {
    ($future:expr $(, $arg:tt)*) => { ... };
}