Conversation
|
📌 Commit 6492b10 has been approved by |
|
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
|
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message |
|
Rebased, failure is spurious ( @bors r+ |
|
📌 Commit bfd033cea63c7e8749725d19831c38fdc3263788 has been approved by |
|
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
|
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message |
|
Rebased @bors r+ |
|
📌 Commit 7c37c9b9722c1facd17cf9946db4cc843cbd9c56 has been approved by |
|
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message |
|
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
|
Rebased 😭 @bors r+ |
|
📌 Commit c97dfb5 has been approved by |
Update RLS and Rustfmt Supersedes rust-lang#62537. Closes rust-lang#62803. Fixes fallout after rust-lang#62679. r? @ghost
|
💔 Test failed - checks-azure |
|
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Last two commits bumped rustc-ap-* crates which also transitively updated rustc_data_structures. That crate enables the "nightly" whereas Cargo's dep does not hence why we need to unify the features to deduplicate the artifacts.
|
Unified @bors r+ |
|
📌 Commit 1b61db7 has been approved by |
|
The rollup #63134 failed, most likely because of this PR: |
|
@SimonSapin yep, fixed in 1b61db7 (already being tested) |
|
☀️ Test successful - checks-azure |
|
📣 Toolstate changed by #62805! Tested on commit dddb7fc. 🎉 rls on windows: build-fail → test-pass (cc @Xanewok, @rust-lang/infra). |
Tested on commit rust-lang/rust@dddb7fc. Direct link to PR: <rust-lang/rust#62805> 🎉 rls on windows: build-fail → test-pass (cc @Xanewok, @rust-lang/infra). 🎉 rustfmt on windows: build-fail → test-pass (cc @topecongiro, @rust-lang/infra).
|
Just a heads up, the toolstate publish isn't working for linux, so it will still appear to be build-fail until it's fixed. |
|
@ehuss what do you mean by that? Will the next nightly be available for rustup users who have rls enabled? |
|
I'm not 100% certain how rustup works, but I think it should be OK. I think the main consequence is that https://rust-lang-nursery.github.io/rust-toolstate/ will show it is still failing. I believe it will be fixed soon, regardless. |
Supersedes #62537.
Closes #62803.
Fixes fallout after #62679.
r? @ghost