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
Actually you can do with rustuprustup component add rust-src and then get the source path with rustc --print sysroot. The source code will be in: <toolchain root>/lib/rustlib/src/rust.
I think this way is more reliable for the user and the pluggin. Moreover, this allow to change version with rustup and update the source code automatically.
Actually you can do with rustup
rustup component add rust-src
and then get the source path withrustc --print sysroot
. The source code will be in:<toolchain root>/lib/rustlib/src/rust
.I think this way is more reliable for the user and the pluggin. Moreover, this allow to change version with rustup and update the source code automatically.
More information:
rust-lang/rustup#37 (comment)
racer-rust/racer#595
The text was updated successfully, but these errors were encountered: