-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raw method identifiers stopped working with mockall 0.12.0
#533
Comments
This is odd: the buggy code was recommended by Clippy: 60acf8e . I'll have it fixed soon. Thanks for reporting it. |
Odd indeed. Clippy should probably not propose changes to formatting macros from crates outside the stdlib... |
The current nightly Clippy doesn't. So maybe that proposed change was due to a short-lived bug in Clippy, now fixed. |
Since
mockall
0.12.0
the followingdoesn't compile anymore:
With
0.11.4
this worked just fine.The text was updated successfully, but these errors were encountered: