about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorAlice Ryhl <aliceryhl@google.com>2025-06-16 17:03:33 +0200
committerGitHub <noreply@github.com>2025-06-16 17:03:33 +0200
commit808d16c536845fdbae31825d7c7e05ef47b82358 (patch)
tree072fdecb7a75d3bf1f98b8134093e50e751eac1c /src/doc
parentd16e1a1452b7c2abef7743959d3507101fa910b7 (diff)
downloadrust-808d16c536845fdbae31825d7c7e05ef47b82358.tar.gz
rust-808d16c536845fdbae31825d7c7e05ef47b82358.zip
Use stage 1 for building docs
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc-dev-guide/src/contributing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md
index 0575de642ee..46d74b96734 100644
--- a/src/doc/rustc-dev-guide/src/contributing.md
+++ b/src/doc/rustc-dev-guide/src/contributing.md
@@ -364,7 +364,7 @@ To find documentation-related issues, use the [A-docs label].
 
 You can find documentation style guidelines in [RFC 1574].
 
-To build the standard library documentation, use `x doc --stage 0 library --open`.
+To build the standard library documentation, use `x doc --stage 1 library --open`.
 To build the documentation for a book (e.g. the unstable book), use `x doc src/doc/unstable-book.`
 Results should appear in `build/host/doc`, as well as automatically open in your default browser.
 See [Building Documentation](./building/compiler-documenting.md#building-documentation) for more