We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rust-src
1 parent a099b65 commit ab2e6c2Copy full SHA for ab2e6c2
1 file changed
Documentation/rust/quick-start.rst
@@ -43,11 +43,17 @@ If ``rustup`` is being used, run::
43
44
rustup component add rust-src
45
46
+The components are installed per toolchain, thus upgrading the Rust compiler
47
+version later on requires re-adding the component.
48
+
49
Otherwise, if a standalone installer is used, the Rust repository may be cloned
50
into the installation folder of the toolchain::
51
52
git clone --recurse-submodules https://github.com/rust-lang/rust $(rustc --print sysroot)/lib/rustlib/src/rust
53
54
+In this case, upgrading the Rust compiler version later on requires manually
55
+updating this clone.
56
57
58
libclang
59
********
0 commit comments