Hello, this is your friendly neighborhood mergebot.
After merging PR rust-lang/rust#74653, 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 @petrochenkov, do you think you would have time to do the follow-up work?
If so, that would be great!
And nominating for compiler team prioritization.
A bump of the rustc-ap crates in rustfmt is required to address this.
Note that the rustc-ap bumps in racer and rustfmt can be done in parallel, the remaining tasks have to be sequenced
Are there additional issues/complications that are blocking this? I bumped rustfmt/racer locally and rls seems to build - I'd be happy to open PRs if that's all it takes to get this green again
It's my understanding that @Xanewok is already working on step 2 (updating the references in rls). I can't really speak to what's going on in rls, which branch is planned/whether there's other commits to be included/etc. You may want to ask directly in rust-lang/rls or on #74811
Most helpful comment
A bump of the rustc-ap crates in rustfmt is required to address this.
Note that the rustc-ap bumps in racer and rustfmt can be done in parallel, the remaining tasks have to be sequenced