-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Update rls #47676
Update rls #47676
Conversation
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
src/Cargo.lock
Outdated
@@ -265,6 +265,15 @@ name = "cfg-if" | |||
version = "0.1.2" | |||
source = "registry+https://github.com/rust-lang/crates.io-index" | |||
|
|||
[[package]] | |||
name = "chrono" | |||
version = "0.4.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you not upgrade env_logger
, to avoid conflict with #47501 (which is currently blocked due to )?chrono 0.4.0
prevents compiler doc from being warning-free
The env_logger
change has been included in #47729, which will conflict with this PR. Please rebase on the latest master.
@bors: r+ p=1 Let's get the rls back in nightly! |
📌 Commit e6e436b has been approved by |
🔒 Merge conflict |
e6e436b
to
8636d01
Compare
Rebased on the latest master to resolve conflicts. |
@bors r=alexcrichton p=1 |
📌 Commit 8636d01 has been approved by |
Update rls Currently rls is missing from the latest nightly component. This PR brings it back.
☀️ Test successful - status-appveyor, status-travis |
Tested on commit rust-lang/rust@5669050. 🎉 rls on windows: build-fail → test-pass. 🎉 rls on linux: build-fail → test-pass.
Currently rls is missing from the latest nightly component. This PR brings it back.