Macro specialized_div_rem::test_div_by_zero[][src]

macro_rules! test_div_by_zero {
    ($($test_name : ident, $fn : ident) ; + ;) => { ... };
}
Expand description

Creates test functions for asserting that division by zero causes a panic