Macro specialized_div_rem::test_div_by_zero[][src]

macro_rules! test_div_by_zero {
    (
        // list of tuples of the test name and function name
        $($test_name:ident, $fn:ident);+;
    ) => { ... };
}
Expand description

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