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
However, the get_env CPO itself already mandates that the result of the get_env call satisfies queryable, so the additional check in the receiver concept for this seems redundant.
Can we simplify the receiver concept to just check that get_env(rcvr) is valid?
Note that #321 is also exploring whether we need to check get_env(rcvr) at all, since it has an unconstrained fallback overload that should match any receiver.