-
Couldn't load subscription status.
- Fork 13.9k
Snapshot clean-ups #64939
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
Snapshot clean-ups #64939
Conversation
|
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
|
r? @varkor |
It's the same as `InferCtxt::commit_unconditionally()` except that it is passed a snapshot and has a worse name. The commit also changes `commit_unconditionally()` to receive a snapshot, for consistency with `commit_if_ok()` and `probe()`.
c44d906 to
1b41f95
Compare
|
New code is up. |
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.
Thanks @nnethercote
|
@bors r+ |
|
📌 Commit 1b41f95 has been approved by |
Snapshot clean-ups Two minor clean-ups involving snapshots.
|
☀️ Test successful - checks-azure |
Two minor clean-ups involving snapshots.