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.
2 parents 8599c66 + f2238e7 commit 5423795Copy full SHA for 5423795
Documentation/rust/quick-start.rst
@@ -38,6 +38,10 @@ and run::
38
39
rustup override set $(scripts/min-tool-version.sh rustc)
40
41
+Please note the ``O=`` option changes the working directory before the build
42
+starts. If you use a separate output directory, you need to run
43
+``rustup override set`` so that it covers the output directory.
44
+
45
Otherwise, fetch a standalone installer or install ``rustup`` from:
46
47
https://www.rust-lang.org
0 commit comments