rust-lang/rls

script for setting up std save-analysis info

nrc opened this issue · 3 comments

nrc commented

Or some low-friction way to get up and running with std lib info.

Presumably if the RLS is going to see any amount of widespread adoption, the save-analysis info will have to be built and distributed by Rust, presumably as a separate component ("rls-info")?

Note for others: rustup component add rust-src, rustup default nightly, then cd ~/.multirust/toolchains/nightly-*whichever*/lib/rustlib/src, find -name configure -exec chmod +x {} \;, and follow the directions in the README to get analysis info for the Rust you manage with rustup.

nrc commented

closing in favour of #88.