Refactor with {ast, hir, hair::pattern}::Binding#67620
Refactor with {ast, hir, hair::pattern}::Binding#67620Centril wants to merge 9 commits intorust-lang:masterfrom
{ast, hir, hair::pattern}::Binding#67620Conversation
|
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::Identtoast::PatKind::Binding.r? @oli-obk