Skip to content

Commit 5423795

Browse files
authored
Merge pull request #896 from masahir0y/rust-doc
docs: rust: add a note about rustup override set
2 parents 8599c66 + f2238e7 commit 5423795

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/rust/quick-start.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ and run::
3838

3939
rustup override set $(scripts/min-tool-version.sh rustc)
4040

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+
4145
Otherwise, fetch a standalone installer or install ``rustup`` from:
4246

4347
https://www.rust-lang.org

0 commit comments

Comments
 (0)