macro_rules! __scope_always {
    ($id:expr) => { ... };
    ($id:expr, $data:expr) => { ... };
}
Expand description

Like scope! macro, but will always do the scope even if module profiling is disabled.