Uh oh!
There was an error while loading. Please reload this page.
Avoid ICE on ReFree region on where clause - #64938
Merged
Merged
Conversation
rust-highfive
commented
Oct 1, 2019
Contributor
(rust_highfive has picked a reviewer for you, use r? to override) |
estebank
commented
Oct 1, 2019
ContributorAuthor
r? @matthewjasper, as @petrochenkov is on vacation. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
matthewjasper
requested changes
Oct 2, 2019
Uh oh!
There was an error while loading. Please reload this page.
matthewjasper
commented
Oct 3, 2019
Contributor
@bors r+ |
bors
commented
Oct 3, 2019
Collaborator
📌 Commit de81565 has been approved by |
Centril added a commit
to Centril/rust
that referenced
this pull request
Oct 3, 2019
Avoid ICE on ReFree region on where clause Fixrust-lang#64855.
Centril added a commit
to Centril/rust
that referenced
this pull request
Oct 3, 2019
Avoid ICE on ReFree region on where clause Fixrust-lang#64855.
bors added a commit
that referenced
this pull request
Oct 3, 2019
Rollup of 5 pull requests Successful merges: - #64690 (proc_macro API: Expose `macro_rules` hygiene) - #64749 (Fix most remaining Polonius test differences) - #64938 (Avoid ICE on ReFree region on where clause) - #64999 (extract expected return type for async fn generators) - #65037 (`#[track_caller]` feature gate (RFC 2091)) Failed merges: r? @ghost
Centril
commented
Oct 3, 2019
Contributor
@bors p=2 (canary for seeing cause of failure in #65053 (comment)) |
bors
commented
Oct 3, 2019
Collaborator
bors added a commit
that referenced
this pull request
Oct 3, 2019
Avoid ICE on ReFree region on where clause Fix#64855.
bors
commented
Oct 3, 2019
Collaborator
☀️ Test successful - checks-azure |
rust-highfive
commented
Oct 3, 2019
Contributor
rust-highfive added a commit
to rust-lang-nursery/rust-toolstate
that referenced
this pull request
Oct 3, 2019
Tested on commit rust-lang/rust@032a53a. Direct link to PR: <rust-lang/rust#64938> 🎉 rls on linux: test-fail → test-pass (cc @Xanewok, @rust-lang/infra).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fix#64855.