-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
[stable] Backport fix for #60989 "ICE with incorrect turbofish" #61085
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
|
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. |
I talked to @oli-obk, and he doesn't mind me taking over (since I already have a build dir for this). |
This is ok from a release point of view, but I'm not knowledgeable enough to be the assignee for this. |
This comment has been minimized.
This comment has been minimized.
…`, only a `Def`.
|
Anyone from @rust-lang/compiler up for a review of this? |
@bors r+ p=1000 |
📌 Commit 6e81f82 has been approved by |
⌛ Testing commit 6e81f82 with merge e6bb10d673b9ef4119e5f9de26bd4dd2a138b8c3... |
There's no such label, but let's not forget this for master/nightly too... |
💔 Test failed - status-appveyor |
I don't know if this is spurious, but the rls test failure is here:
|
@bors retry |
(I'm also not sure, but this is blocking the stable release, so I'm going to hope it was.) |
⌛ Testing commit 6e81f82 with merge 6c8dd30950da3cc2a89b3e211e1ac1743c67421c... |
cc @Xanewok for #61085 (comment) |
Yeah that should be spurious. |
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 |
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