Conversation
|
I think CI failure is because it's testing against master rustc? r? @flip1995 |
|
Yes, we didn't set up our CI for the beta branch (yet). I'll take a look at it in about an hour and merge it by hand. |
|
I think the second error: should also be addressed here. I currently am compiling the rust PR to test this PR. |
|
I think I managed to address that upstream -- the PR on rust-lang/rust master changed that function to take |
|
Sorry for taking so long, had to compile LLVM... Local tests looked good. I directly merged it in the beta branch, instead of branching it beforehand, since it will land in rustc beta branch anyway. @Mark-Simulacrum please use commit d4092ac for the submodule update. |
This should hopefully fix rust-lang/rust#72054 (comment) I have not yet had a chance to run tests locally though (I believe this should fix the remaining problem though).
I guess in the future we'll fix this upstream but this beta cycle we can't do that unfortunately :/
changelog: none