macro_rules! _runtime_benchmarks_enabled {
    ($($input:tt)*) => { ... };
}
Expand description