X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fbootstrap%2Fdefaults%2Fconfig.compiler.toml;h=2f4ccb825c4d8738199976676b69195e5345a445;hb=04f903859a8a1b82a25b6bba7301beb06ad145d2;hp=4d689d117bc0d0731c0805c7ffb8e241704c97f1;hpb=3426a730ffc78bea3fa45593a383647c0774fe57;p=rust.git diff --git a/src/bootstrap/defaults/config.compiler.toml b/src/bootstrap/defaults/config.compiler.toml index 4d689d117bc..2f4ccb825c4 100644 --- a/src/bootstrap/defaults/config.compiler.toml +++ b/src/bootstrap/defaults/config.compiler.toml @@ -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.