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
Throughout the new condition module, the type parameter U is bounded by Copy. Is this restriction necessary? It's preventing me from using the condition system with a function that returns a struct containing owned pointers without a bunch of type parameter instantiation warnings.
The type parameter V on the in method of Trap has the same restriction.
The text was updated successfully, but these errors were encountered:
Throughout the new condition module, the type parameter
U
is bounded byCopy
. Is this restriction necessary? It's preventing me from using the condition system with a function that returns a struct containing owned pointers without a bunch of type parameter instantiation warnings.The type parameter
V
on thein
method ofTrap
has the same restriction.The text was updated successfully, but these errors were encountered: