Closed
Description
I'm trying to use the latest pre-release of RA in the https://github.com/rust-lang/rust repo, but it gets stuck at "Building CrateGraph". Autocomplete and go to definition are not working.
It also seems to build up infinite memory usage if you leave it running in the background.
How to reproduce
git clone https://github.com/rust-lang/rust --depth=1
cd rust
./x setup compiler
./x setup vscode # say yes to prompt
./x c # to fetch submodules
code .
# try to use any RA feature
Meta
version with regression: rust-analyzer version: 0.4.1888-standalone (6fce1d71d 2024-03-19)
last working version: rust-analyzer version: 0.4.1887-standalone (b91697de8 2024-03-19)
host platform: x86_64-unknown-linux-gnu