rust-lang / rls

Repository for the Rust Language Server (aka RLS)
Other
3.53k stars 257 forks source link

Update rustc channel, rustfmt, and racer to fix the build #1762

Closed MingweiSamuel closed 2 years ago

MingweiSamuel commented 2 years ago

Also @flip1995 may have a more proper PR in-progress. Once racer pushes a new release then the pinned git hash dependency can be avoided.

1758

https://github.com/rust-lang/rust/issues/91543

flip1995 commented 2 years ago

I was holding off with my PR until a new Racer version was released. If that happens and someone else is faster with a RLS PR, that's totally fine 👍

flip1995 commented 2 years ago

In the final PR, I would also bump Clippy to the latest version that is synced to rustc and bump to the latest nightly version. (Which is 2022-01-15 soon ~1-3h)

Xanewok commented 2 years ago

Thanks folks! I'll update to the latest nightly version now