]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/defaults/config.compiler.toml
Rollup merge of #95979 - lcnr:coherence-docs, r=compiler-errors
[rust.git] / src / bootstrap / defaults / config.compiler.toml
index 4d689d117bc0d0731c0805c7ffb8e241704c97f1..2f4ccb825c4d8738199976676b69195e5345a445 100644 (file)
@@ -1,4 +1,8 @@
 # These defaults are meant for contributors to the compiler who do not modify codegen or LLVM
+[build]
+# Contributors working on the compiler will probably expect compiler docs to be generated.
+compiler-docs = true
+
 [rust]
 # This enables `RUSTC_LOG=debug`, avoiding confusing situations
 # where adding `debug!()` appears to do nothing.