-
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
check use_self
in pat
#8456
check use_self
in pat
#8456
Conversation
r? @llogiq (rust-highfive has picked a reviewer for you, use r? to override) |
Thank you! @bors r+ |
📌 Commit 3d09eb9 has been approved by |
check `use_self` in `pat` fixes #6955 changelog: check `use_self` in `pat`
💔 Test failed - checks-action_test |
3d09eb9
to
914ae1e
Compare
Looks like a formatting error. I think this should fix it. |
I think it's because SelfTy is not (or no longer?) a tuple struct. |
Got it. I changed it in the new code, but should I also fix it where it appears elsewhere in the file? |
I guess that shouldn't be needed. Let's see. @bors r+ |
📌 Commit 914ae1e has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
fixes #6955
changelog: check
use_self
inpat