Still, even with a commit hash, how do you figure out which commit hash to put in? Say you have a Rust installation of the latest Stable compiler, and another one with Nightly, how do you find out the correct commit hash for each of those installations?
How do you add them? Erm, you download and extract the source package (https://www.rust-lang.org/downloads.html), then point your IDE to it?
What metadata exactly do you get out of that command? I wasn’t able to run it to completion as you see.
I imagine it must be something IntelliJ-specific though, since Racer only cares about one single location, the src root of the standard library sources.