-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Refactor with {ast, hir, hair::pattern}::Binding
#67620
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
Conversation
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
☔ The latest upstream changes (presumably #66936) made this pull request unmergeable. Please resolve the merge conflicts. |
The story behind However, given that multiple syntactic things that are not necessarily identifiers (like |
Not sure what is the motivation behind the introduction of the |
Triaged |
Closing this |
Instead of having the binding information directly inside
PatKind::Binding(...)
, we move everything to the left of@
into a structBinding
(for each IR).Also, we rename
ast::PatKind::Ident
toast::PatKind::Binding
.r? @oli-obk