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
There was a hygiene violation in the proc macro. It would cause
automock and mock to fail anytime a custom Result type was in scope,
even if the mocked method didn't try to use it.
Fixes#73
There was a hygiene violation in the proc macro. It would cause
automock and mock to fail anytime a custom Result type was in scope,
even if the mocked method didn't try to use it.
Fixes#73
I'm recently started using mockall and noticed if a custom result type is used the following code fails to compile:
cargo build output:
The text was updated successfully, but these errors were encountered: