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
Currently Testable is implemented for function pointers, but there’s no reason (is there?) it couldn’t be implemented for Fn and FnMut (also abstracting over the fn pointer implementations).
The text was updated successfully, but these errors were encountered:
@nagisa I've tried and failed several times. This issue specifically is a dupe of #56, which is blocked on rust-lang/rust#25041. Judging by the labeling, it sounds like there are no bugs, so this may never happen based on the path I was following at least.
Currently Testable is implemented for function pointers, but there’s no reason (is there?) it couldn’t be implemented for
Fn
andFnMut
(also abstracting over the fn pointer implementations).The text was updated successfully, but these errors were encountered: