-
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
Skip use_self
inside macro expansions of a impl Self
block
#13128
Conversation
d02153a
to
5d81633
Compare
5d81633
to
135eaf1
Compare
use_self
inside thread_local!
of a impl Self
blockuse_self
inside macro expansions of a impl Self
block
135eaf1
to
d3d894d
Compare
Thank you for your insightful reviews! |
16f5ed8
to
451c584
Compare
☔ The latest upstream changes (presumably #13561) made this pull request unmergeable. Please resolve the merge conflicts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks good to go with a rebase
451c584
to
3cf2a7d
Compare
And use it in the next commit to avoid ICE.
3cf2a7d
to
94f33cd
Compare
co-authored-by: Alex Macleod <[email protected]>
94f33cd
to
9ea2b65
Compare
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
changelog: [
use_self
] Skip if inside macro expansions of aimpl Self
blockFixes #13092.
r? Alexendoo