]> git.proxmox.com Git - rustc.git/blobdiff - src/bootstrap/defaults/config.tools.toml
New upstream version 1.59.0+dfsg1
[rustc.git] / src / bootstrap / defaults / config.tools.toml
index 182fb0fb0675c1887b22746ed5038450396f9cbf..88359fff191e3978076da84f206a7a49a9de529a 100644 (file)
@@ -11,6 +11,10 @@ incremental = true
 # This cuts compile times by almost 60x, but means you can't modify the compiler.
 download-rustc = "if-unchanged"
 
+[build]
+# Document with the in-tree rustdoc by default, since `download-rustc` makes it quick to compile.
+doc-stage = 2
+
 [llvm]
 # Will download LLVM from CI if available on your platform.
 download-ci-llvm = "if-available"