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
<
8000
template class="js-flash-template">
{{ message }}
This repository was archived by the owner on Apr 3, 2018. It is now read-only.
There is an easy method to download the proper Rust sources. It's just run rustup component add rust-src and the sources will be in ~/.multirust/toolchains/[your-toolchain]/lib/rustlib/src/rust/src.
As seen in https://github.com/phildawes/racer/blob/master/README.md
There should be a button in RustDT configuration to do these steps automatically.
The text was updated successfully, but these errors were encountered:
aldonogueira
changed the title
Add "Download..." button to get proper Rust sources from RustDT configuration
Add "Download..." button to get proper Rust sources
Apr 28, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is an easy method to download the proper Rust sources. It's just run
rustup component add rust-src
and the sources will be in~/.multirust/toolchains/[your-toolchain]/lib/rustlib/src/rust/src
.As seen in https://github.com/phildawes/racer/blob/master/README.md
There should be a button in RustDT configuration to do these steps automatically.
The text was updated successfully, but these errors were encountered: