macro_rules! test_lanes_panic {
{
$(fn $test:ident<const $lanes:ident: usize>() $body:tt)*
} => { ... };
}Expand description
Expand a const-generic #[should_panic] test into separate tests for each possible lane count.
macro_rules! test_lanes_panic {
{
$(fn $test:ident<const $lanes:ident: usize>() $body:tt)*
} => { ... };
}Expand a const-generic #[should_panic] test into separate tests for each possible lane count.