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
error: attribute '__nodebug__' can't be applied to 'function'
The only specifier that seems to work is variable(unless(is_parameter)). I tested all of the various flavors of function/record/type_alias with their corresponding unless and all gave the same output.
However, I can apply attribute(nodebug) to methods/functions/type_alias directly.