This repository was archived by the owner on Dec 29, 2022. It is now read-only.
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Easy to use indexing of std libs #88
Closed
Description
This means building and distributing save-analysis info for std libs and making RLS find and use that info. The tricky part if that it must exactly match the installed libraries. I expect this will need Rustup or Cargo integration.
- produce save-analysis info for nightly builds (Add --emit metadata rust#37411)
- make that data available on r-l.o
- download the data corresponding to current libs using rustup (or distribute with libs by default)
- RLS to control the whole process without user interaction (or just an OK for the downloads or something)
- heuristic for discovering the rustup save-analysis for std lib based on target
I don't think we necessarily need all of this to work for the alpha release, but we it should be easier than it is now (we can't require users to build their own compiler and libs) and we should have a good plan for the long term solution.
Metadata
Metadata
Assignees
Labels
No labels