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
{{ message }}
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.
Per rust-lang/rls#988 (comment) it'd be good to be able to also reload the data using the AnalysisLoader dynamically (to not require manual data deserialization, when these are not necessarily in the same directory).
The text was updated successfully, but these errors were encountered:
Currently the
AnalysisHost<L: AnalysisLoader>
can use the provided generic loader internally, viaVec<rls_data::Analysis>
or from a single directory.Per rust-lang/rls#988 (comment) it'd be good to be able to also reload the data using the AnalysisLoader dynamically (to not require manual data deserialization, when these are not necessarily in the same directory).
The text was updated successfully, but these errors were encountered: