You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't currently configure the save-analysis dump from the compiler. We can probably save some space and thus speed things up by configuring. See the RLS for an example of how to do this. The Config struct is in rls-data.
The text was updated successfully, but these errors were encountered:
Note for self: this is a real pain. We want to use one configuration for dep crates and one for the primary crates. We do this in the RLS by modifying Cargo. I don't see any way to do this in the rustw/cargo src model.
We don't currently configure the save-analysis dump from the compiler. We can probably save some space and thus speed things up by configuring. See the RLS for an example of how to do this. The
Config
struct is in rls-data.The text was updated successfully, but these errors were encountered: