racer-rust / racer

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

bump rustc-ap crates to v705 #1159

Closed calebcartwright closed 3 years ago

calebcartwright commented 3 years ago

Unfortunately our last round of updating these crates to address the rust tool state issues (https://github.com/rust-lang/rust/issues/81583 https://github.com/rust-lang/rust/issues/81582) hit a roadblock as we got caught between the stabilization of int_bits_const and the subsequent reversion.

As such we're forced to restart the cycle, with v705 being the new crate version target. This version includes some upstream AST changes that had to be addressed here, commentary inline below

Also closes #1157

kngwyu commented 3 years ago

Released 2.1.44 now.