-
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
Preliminary work for #17940 #17941
Preliminary work for #17940 #17941
Conversation
6898acb
to
a28eca6
Compare
full_range: 7800..8008, | ||
full_range: 7800..8042, |
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 really need to do something about these tests its so annoying that touching minicore keeps changing this (not for you to do specifically, just a remark)
Also create a test infrastructure for capture computation.
a28eca6
to
4fe1dc4
Compare
This is important for the "convert closure to fn" assist, as it needs to find and modify the places the captures are used.
We don't yet lower or maybe even parse them, but blocks already have `gen`, so why not.
Previously we were ignoring them.
This will be needed as we parse unknown identifiers and want to insert them into source code.
We can impl PartialOrd and Ord too, but I didn't need that.
4fe1dc4
to
52462ad
Compare
Addressed comments and added explanation about span stacks. |
Cool, thanks for the extra comments. Will merge this after tomorrows release |
@bors r+ |
☀️ Test successful - checks-actions |
I split the PR as requested, and made small commits.