-
Notifications
You must be signed in to change notification settings - Fork 547
Region inference member constraints #344
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Region inference member constraints #344
Conversation
@nikomatsakis Are you saying that we should wait for you to push more? |
Yes. |
OK, I pushed a lot more content now. |
'd: 'c | ||
``` | ||
|
||
Here we have two SCCs: S0 contains `'a` and `'b`, and S1 contains `'c` |
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.
Here we have two SCCs: S0 contains `'a` and `'b`, and S1 contains `'c` | |
Here we have two SCCs: `S0` contains `'a` and `'b`, and S1 contains `'c` |
wow, these are so good ! |
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.
Looks great! I was wondering what the SCC stuff was.
There are a bunch of nits/suggestions, but they are mostly typos, minor things.
@@ -0,0 +1,3 @@ | |||
# Reporting region errors | |||
|
|||
TODO: we should discuss how to generate errors from the results of these analyses. |
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.
I can actually write a bit here from working on rust-lang/rust#58281
src/borrow_check/region_inference/placeholders_and_universes.md
Outdated
Show resolved
Hide resolved
src/borrow_check/region_inference/placeholders_and_universes.md
Outdated
Show resolved
Hide resolved
src/borrow_check/region_inference/placeholders_and_universes.md
Outdated
Show resolved
Hide resolved
src/borrow_check/region_inference/placeholders_and_universes.md
Outdated
Show resolved
Hide resolved
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
@nikomatsakis r=me when CI is green. There is one long line (in the ToC, lol):
|
I started working on expanding the chapter on region inference, so as to better document rust-lang/rust#61775. Didn't really get to member constraints yet.