racer-rust / racer

Rust Code Completion utility
MIT License
3.36k stars 278 forks source link

update rsutc-ap-syntax to v610 #1078

Closed RalfJung closed 4 years ago

RalfJung commented 4 years ago

This matches https://github.com/rust-lang/rustfmt/pull/3870. Like there, I had to downgrade crossbeam-utils to work around https://github.com/crossbeam-rs/crossbeam/issues/435.

kngwyu commented 4 years ago

Thank you!

RalfJung commented 4 years ago

So what does it take now to propagate this to RLS?

kngwyu commented 4 years ago
  1. I release the new version of racer
  2. update racer and rusffmt in RLS repo
RalfJung commented 4 years ago

So rustfmt needs a new release as well?