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
When I tried to upgrade mock_shoout from Mockers 0.13.4 to 0.20.0, every place I used #[mocked] began to fail with the error missing Handle in implementation. This appears to be unrelated to the only documented breaking change; create_mock_for now returns a tuple of mock and handle instead of a single value. Can you please tell me what I'm doing wrong? One example of the breakage looks like this:
When I tried to upgrade mock_shoout from Mockers 0.13.4 to 0.20.0, every place I used
#[mocked]
began to fail with the errormissing Handle in implementation
. This appears to be unrelated to the only documented breaking change;create_mock_for
now returns a tuple of mock and handle instead of a single value. Can you please tell me what I'm doing wrong? One example of the breakage looks like this:The text was updated successfully, but these errors were encountered: