-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Update RLS and Rustfmt #53870
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update RLS and Rustfmt #53870
Conversation
|
@bors r+ p=5 |
📌 Commit c6f7040268589155c9f30a5550114de49cad5649 has been approved by |
⌛ Testing commit c6f7040268589155c9f30a5550114de49cad5649 with merge 59f30b9929998279d024c25e1fbea18659fb1ae6... |
💔 Test failed - status-appveyor |
|
See #53762 rust/src/librustc_driver/driver.rs Lines 927 to 929 in fea32f1
EDIT: oops already done on rls master |
Rebased and checked locally, should work with recent Clippy bump. r? @kennytm |
@bors r+ p=5 |
📌 Commit 5de69e2f5f1f244ecb35f357754042b97bca29f7 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
|
This pulls the same version of rustc-ap-* libs as RLS does.
It seems that rustc doesn't like the not separated Hopefully RLS survives a couple of hours and makes it into nightlies 😄 EDIT: Rephrased the tool lint bit to clarify. |
@bors r+
I think you mean it wants it separated, and doesn't like it without a space inbetween? |
📌 Commit d5e5e76 has been approved by |
Oops, I accidentally a word there, sorry! |
Update RLS and Rustfmt RLS * Allow project model to download crates ([#1020](rust-lang/rls#1020)) * Support simple external builds ([#988](rust-lang/rls#988)) * Support using external Rustfmt ([#990](rust-lang/rls#990)) Rustfmt (0.99.4) * Format chains with comment ([#2899](https://github.com/rust-lang-nursery/rls/pull/2899)) * Do not show wildcard pattern in slice pattern ([#2912](https://github.com/rust-lang-nursery/rls/pull/2912)) * Impl only use ([#2951](https://github.com/rust-lang-nursery/rls/pull/2951)) * ... and [more](rust-lang/rustfmt@5c9a2b6...1c40881) Bumped in tandem to pull a single version of `rustc-ap-*` libs. r? @nrc
☀️ Test successful - status-appveyor, status-travis |
Tested on commit rust-lang/rust@1c2e17f. Direct link to PR: <rust-lang/rust#53870> 🎉 rls on windows: build-fail → test-pass. 🎉 rls on linux: build-fail → test-pass.
RLS
Rustfmt (0.99.4)
Bumped in tandem to pull a single version of
rustc-ap-*
libs.r? @nrc