-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
clippy::unimplemented doesn't detect unimplemented!() with message #3528
Labels
C-bug
Category: Clippy is not doing the correct thing
Comments
We should move
PreExpansionPass and just check for calls to macros named unimplemented
|
I'd like to try this one ! |
@maxencefrenette awesome! Feel free to post here or open a work-in-progress PR if you have any questions. |
Opened a WIP PR #4186 . I need some guidance. |
This was referenced Jan 8, 2020
Fixed in #5811 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a message is given to
unimplemented!()
(rust-lang/rust@f517719), theunimplemented
lint doesn't detect it.clippy: 29bf75c (2018-12-05)
The text was updated successfully, but these errors were encountered: