-
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
Don't use ExpnKind::descr to get the name of a bang macro. #5096
Conversation
@bors r+ |
📌 Commit 0e52a0e has been approved by |
Don't use ExpnKind::descr to get the name of a bang macro. This is the same change as the first commit in rust-lang/rust#68407, but applied to clippy. The new code should work both before and after the changes in rust-lang/rust#68407.
💔 Test failed - checks-travis |
Huh, how come that's not checked in the PR CI? |
@bors retry |
@eddyb: 🔑 Insufficient privileges: not in try users |
@bors retry |
Don't use ExpnKind::descr to get the name of a bang macro. This is the same change as the first commit in rust-lang/rust#68407, but applied to clippy. The new code should work both before and after the changes in rust-lang/rust#68407. changelog: none
☀️ Test successful - checks-travis, status-appveyor |
Unfortunately that's not an easy task, you see links in #4211 |
|
@flip1995 would moving to github actions fully fix this? |
Maybe. Depends if the |
This is the same change as the first commit in rust-lang/rust#68407, but applied to clippy.
The new code should work both before and after the changes in rust-lang/rust#68407.
changelog: none