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
racer wants a folder with the rust source in it to provide "go to definition" and autocompletion on built-ins. Unfortunately, those vary based on the Rust version.
Some possible work-arounds:
Maintain an src folder based on the current default override.
Provide multirust run (stable|beta|nightly) racer with the path to the right src folder passed in as an environment variable.
The text was updated successfully, but these errors were encountered:
To start, we might create the convention for where the source lives (like rustlib/source/), and create a simple racer-specific script to put it in the right place. Not sure if that's any easier than just doing it the right way upstream.
racer
wants a folder with therust
source in it to provide "go to definition" and autocompletion on built-ins. Unfortunately, those vary based on the Rust version.Some possible work-arounds:
src
folder based on the current default override.multirust run (stable|beta|nightly) racer
with the path to the rightsrc
folder passed in as an environment variable.The text was updated successfully, but these errors were encountered: