You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed at the main tracking issue, #84605 (comment), there is a desire for #[coverage(off)] (and #[coverage(on)]) to apply recursively to all functions/methods/closures inside the one being annotated.
The current behaviour is that the attribute only affects the function that it is directly attached to.