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