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
Rustup won't install rust-src src files. Library and Cargo.lock are present. But no src folder. Steps
install rustup 1.22.1
install nightly toolchain
install rust-src component to that toolchain
the src file is missing from ~/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust
Notes
This is not present on stable toolchain
Output of rustup --version: 1.22.1 (2020-07-08)
Output of rustup show: rustc 1.48.0-nightly (0da580074 2020-09-22)