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
The condition! macro expands to a private mod and adding pub to the condition! declaration has no effect. As a result, all conditions are private and they are not usable. The quickest workaround is probably to make all conditions public.