racer-rust / racer

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

Use Lrc over Rc #1177

Closed Mark-Simulacrum closed 2 years ago

Mark-Simulacrum commented 2 years ago

This is needed for RLS to build on beta upstream (https://github.com/rust-lang/rust/pull/94228), though will likely be worked around for now to avoid delaying beta promotion.

calebcartwright commented 2 years ago

r? @kngwyu or @Xanewok

Mark-Simulacrum commented 2 years ago

@Xanewok or @kngwyu -- not sure who else has permissions here -- is there something I can do to help unblock merging this? It might be a good idea to try and add some release team members or otherwise expand the folks who can merge/release here, if possible, so that we don't need to ask you to bump :)

Xanewok commented 2 years ago

Added you with write permissions. Would it be possible to move this repository under rust-lang to avoid further breakages/reduce the release bottleneck?