This may happen when Rust is installed by your distro's package manager instead of rustup
. The cause is Rust source code not being automatically installed along with the compiler.
To fix, run:
sudo apt install rust-src
or
sudo dnf install rust-src