Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
List patterns: binding and lowering #53299
List patterns: binding and lowering #53299
Changes from all commits
fc4539f
2074641
eea5b72
c97dd45
1c9c7dd
1e060fe
b50d1e5
10b2329
d1f4931
9f74698
a6183cd
c421256
b3580c0
bddff37
235b333
075e745
4d3f73a
00de503
53a6659
a7610bd
3da61e9
8247bbc
42e65fd
af9b850
e6bcecd
580b508
c42dbe5
794245d
b4653c2
221805c
091d0bf
f120e17
d6b6127
56c4271
835bdc7
f1b9286
e4a5665
e11e345
edd796d
4ed0275
4812a57
4940762
e6bf9af
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Consider adding an assert about whether diagnostics and dependencies are being accumulated, or we'll eventually have an issue when a refactor is performed.
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.
We've been passing Discard here for ranges too, I followed suit. I can add a prototype comment to revise.