test_lanes_panic

Macro test_lanes_panic 

Source
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.