We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e058f commit c75de77Copy full SHA for c75de77
website/docs/developers/scripts/setup/install-rust.sh
@@ -15,4 +15,4 @@ rustup install nightly
15
rustup component add rustfmt clippy --toolchain 1.84
16
17
# Add required components for nightly
18
-rustup component add rustfmt clippy --toolchain nightly
+rustup component add rustfmt clippy rust-src --toolchain nightly
0 commit comments