racer-rust / racer

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

upgrade to rustc-ap* v642 #1091

Closed calebcartwright closed 4 years ago

calebcartwright commented 4 years ago

Refs https://github.com/rust-lang/rust/issues/68916 Refs https://github.com/rust-lang/rust/issues/68917

v642+ of libsyntax and friends is now needed to compile on nightly. We've updated rustfmt to use v642 (https://github.com/rust-lang/rustfmt/pull/4043) and this does the same for Racer so that Rls can subsequently be updated as well.

This is my first contribution to Racer so please let me know if I've missed anything/need to do anything else!

cc @topecongiro @Xanewok

kngwyu commented 4 years ago

Thank you for your PR! Almost LGTM :+1:

kngwyu commented 4 years ago

Thank you!