Uh oh!
There was an error while loading. Please reload this page.
[stable] Backport fix for #60989 "ICE with incorrect turbofish" - #61085
[stable] Backport fix for #60989 "ICE with incorrect turbofish"#61085oli-obk wants to merge 3 commits into
Conversation
rust-highfive
commented
May 23, 2019
(rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
May 23, 2019
|
petrochenkov
commented
May 23, 2019
Started stage1 test build to help out, apparently LLVM builds make it hard to test stable backports. EDIT: most of it took like 7 seconds, with all the TableGen stuff maybe about a minute. |
Uh oh!
There was an error while loading. Please reload this page.
eddyb
commented
May 23, 2019
I talked to @oli-obk, and he doesn't mind me taking over (since I already have a build dir for this). |
emilyalbini
commented
May 23, 2019
This is ok from a release point of view, but I'm not knowledgeable enough to be the assignee for this. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
eddyb
commented
May 23, 2019
|
emilyalbini
commented
May 23, 2019
Anyone from @rust-lang/compiler up for a review of this? |
varkor
commented
May 23, 2019
@bors r+ p=1000 |
bors
commented
May 23, 2019
📌 Commit 6e81f82 has been approved by |
bors
commented
May 23, 2019
⌛ Testing commit 6e81f82 with merge e6bb10d673b9ef4119e5f9de26bd4dd2a138b8c3... |
cuviper
commented
May 23, 2019
There's no such label, but let's not forget this for master/nightly too... |
varkor
commented
May 23, 2019
bors
commented
May 23, 2019
💔 Test failed - status-appveyor |
cuviper
commented
May 23, 2019
I don't know if this is spurious, but the rls test failure is here: |
varkor
commented
May 23, 2019
@bors retry |
varkor
commented
May 23, 2019
(I'm also not sure, but this is blocking the stable release, so I'm going to hope it was.) |
bors
commented
May 23, 2019
⌛ Testing commit 6e81f82 with merge 6c8dd30950da3cc2a89b3e211e1ac1743c67421c... |
eddyb
commented
May 23, 2019
cc @Xanewok for #61085 (comment) |
emilyalbini
commented
May 23, 2019
Yeah that should be spurious. |
emilyalbini
commented
May 23, 2019
Unfortunately we can't include this into 1.35.0: the spurious failure moved the tentative release time to around 2AM in my timezone, and y'all don't want me doing a release that late. @eddyb or @oli-obk, can any of you rebase this PR on master and beta-nominated+stable-nominated it? Closing this PR. @bors r- retry |
eddyb
commented
May 23, 2019
Note for whoever wants to rebase this on master (before I have a chance to look at it): |
stable fix backport for #60989
do not merge yet, untested