Skip to content
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

rls no longer builds after rust-lang/rust#79576 #80576

Closed
rust-highfive opened this issue Jan 1, 2021 · 1 comment · Fixed by #81027
Closed

rls no longer builds after rust-lang/rust#79576 #80576

rust-highfive opened this issue Jan 1, 2021 · 1 comment · Fixed by #81027
Assignees
Labels
C-bug Category: This is a bug.

Comments

@rust-highfive
Copy link
Collaborator

Hello, this is your friendly neighborhood mergebot.
After merging PR #79576, I observed that the tool rls no longer builds.
A follow-up PR to the repository https://github.com/rust-lang/rls is needed to fix the fallout.

cc @m-ou-se, do you think you would have time to do the follow-up work?
If so, that would be great!

@rust-highfive rust-highfive added A-rls C-bug Category: This is a bug. labels Jan 1, 2021
@m-ou-se
Copy link
Member

m-ou-se commented Jan 1, 2021

A complete fix is blocked on rustfmt knowing about edition 2021 too. And that is blocked on rustc-ap-rustc_span on crates.io to update to a version that includes edition 2021.

To fix the build for now, rls could temporarily pass Edition2018 to rustfmt for 2021.

bors added a commit to rust-lang/rls that referenced this issue Jan 10, 2021
Add edition 2021.

See rust-lang/rust#80576. This un-breaks the build of RLS after rust-lang/rust#79576 broke it.
@bors bors closed this as completed in 3419da8 Jan 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants