-
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 emit lifetime lint warnings for code inside macros. #5293
Conversation
Note that this is not tested as I'm not smart enough to write macros that contain lifetimes :( |
☔ The latest upstream changes (presumably #5392) made this pull request unmergeable. Please resolve the merge conflicts. |
The fix looks correct to me and I confirmed that it works locally 👍 I would be fine with creating a separate issue for the test case to get this merged. r=me with rebase and issue created |
88a1b56
to
8e83afa
Compare
I think it's better to just reopen the "fixed" issue afterwards since it already contains all the information? (I added the |
@bors r=phansch |
📌 Commit 8e83afa has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Fixes #5283
changelog: Don't emit lifetime lint warnings for code inside macros.