macro_rules! cb_list_benchmarks {
    ( $list:ident, $extra:ident, [ $name:path, $( $location:tt )* ] ) => { ... };
    ( $list:ident, $extra:ident, [ $name:path, $( $location:tt )* ] $([ $names:path, $( $locations:tt )* ])+ ) => { ... };
}
Expand description

Callback for define_benchmarks to call list_benchmark.