diff options
| author | Joshua Nelson <jnelson@cloudflare.com> | 2022-11-28 18:10:44 -0500 |
|---|---|---|
| committer | Joshua Nelson <github@jyn.dev> | 2022-12-22 14:33:22 -0600 |
| commit | f94c926aecf226a12ffc5c7f09156390dde545ca (patch) | |
| tree | 476cc5cbbc7f4a0b3af58dbe392451595262397b /src/bootstrap/lib.rs | |
| parent | e5e4eef02d443eae5089a330e59a69a4f350db81 (diff) | |
| download | rust-f94c926aecf226a12ffc5c7f09156390dde545ca.tar.gz rust-f94c926aecf226a12ffc5c7f09156390dde545ca.zip | |
Support documenting Cargo
The primary motivation is to have the cargo docs show up on https://doc.rust-lang.org/nightly/nightly-rustc/cargo, but as a nice side effect this makes `x doc cargo` work locally.
Diffstat (limited to 'src/bootstrap/lib.rs')
| -rw-r--r-- | src/bootstrap/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs index 47fb4a38d05..35a58e11df9 100644 --- a/src/bootstrap/lib.rs +++ b/src/bootstrap/lib.rs @@ -202,6 +202,7 @@ const EXTRA_CHECK_CFGS: &[(Option<Mode>, &'static str, Option<&[&'static str]>)] (None, "bootstrap", None), (Some(Mode::Rustc), "parallel_compiler", None), (Some(Mode::ToolRustc), "parallel_compiler", None), + (Some(Mode::ToolRustc), "emulate_second_only_system", None), (Some(Mode::Codegen), "parallel_compiler", None), (Some(Mode::Std), "stdarch_intel_sde", None), (Some(Mode::Std), "no_fp_fmt_parse", None), |
