Closed
Description
Hi,
we (at Google) are building the rust toolchain (rust-lang/rust
) and its components in a custom way (https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds?branch=master). I am currently trying to get rust-analyzer to build but I ran into an issue with the ra-ap-...
crates. It seems like a feature recently landed to allow us to build rust-analyzer fully in-tree (f4704bc) but this hasn't made its way into rust-lang/rust
.
Would it be possible to sync the rust-analyzer version in rust-lang/rust to that in rust-lang/rust-analyzer? I'm happy to do this myself but I haven't figured out how this is done.