rust-lang / rls

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

fix: update rustfmt-nightly and toolchain #1769

Closed aminya closed 2 years ago

Dzordzu commented 2 years ago

Still an issue. Can somebody merge it?

aminya commented 2 years ago

This also requires #1773 for a successful ci build.

You can use my update branch until @Xanewok merges all of my pull requests. https://github.com/aminya/rls/tree/update

bors commented 2 years ago

:umbrella: The latest upstream changes (presumably #1775) made this pull request unmergeable. Please resolve the merge conflicts.

calebcartwright commented 2 years ago

Just a heads up that this is unlikely to get any eyes or be merged because RLS is being deprecated in favor of Rust Analyzer

https://github.com/rust-lang/blog.rust-lang.org/pull/979

bors commented 2 years ago

:umbrella: The latest upstream changes (presumably #1779) made this pull request unmergeable. Please resolve the merge conflicts.

Xanewok commented 2 years ago

Merged in https://github.com/rust-lang/rls/commit/b9e57e8a0e738e624428659153d5083dd61bd576. Thanks!