-
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
rustfmt
no longer builds after rust-lang/rust#78334
#78341
Comments
We'll need a new rustc-ap version that contains the rustc_data_structures updates from #76614 At a minimum the steps will include:
Note that the rustc-ap bumps in racer and rustfmt can be done in parallel (step 2's), the other tasks all have to be sequenced Edit - had to restart a few steps due to subsequent changes merged in rustc |
Racer PR racer-rust/racer#1140 |
I just realized that we also need the rusfmt fix for the 1.4.23 branch as well, so I made rust-lang/rustfmt#4501 for that. |
Blocked on #78549 for the time being |
#78549 has now been fixed |
I just made #78775 which should hopefully be the last piece I think. Not sure if I did it right though, so please take a look. |
…lacrum Bump Rustfmt and RLS Should hopefully fix rust-lang#78341 and fix rust-lang#78340.
Should hopefully fix rust-lang#78341 and rust-lang#78340.
Hello, this is your friendly neighborhood mergebot.
After merging PR #78334, I observed that the tool rustfmt no longer builds.
A follow-up PR to the repository https://github.com/rust-lang/rustfmt is needed to fix the fallout.
cc @jonas-schievink, do you think you would have time to do the follow-up work?
If so, that would be great!
The text was updated successfully, but these errors were encountered: