-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Do not expand macros in equatable_if_let suggestion #7788
Conversation
r? @Manishearth (rust-highfive has picked a reviewer for you, use r? to override) |
@bors r+ Thanks! |
📌 Commit 28fb591 has been approved by |
Do not expand macros in equatable_if_let suggestion Fixes #7781 Let's use Hacktoberfest as a motivation to start contributing PRs myself again :) changelog: [`equatable_if_let`]: No longer expands macros in the suggestion
💔 Test failed - checks-action_test |
@bors retry (macOS error looks spurious) |
Do not expand macros in equatable_if_let suggestion Fixes #7781 Let's use Hacktoberfest as a motivation to start contributing PRs myself again :) changelog: [`equatable_if_let`]: No longer expands macros in the suggestion
💔 Test failed - checks-action_test |
@bors retry (windows GHA incident should be fixed now) |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Fixes #7781
Let's use Hacktoberfest as a motivation to start contributing PRs myself again :)
changelog: [
equatable_if_let
]: No longer expands macros in the suggestion