diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2023-12-11 12:23:43 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2023-12-12 08:16:34 +0200 |
| commit | ce8d5fba859fc02146b27d03e7ea670c155ce88b (patch) | |
| tree | bf55f9ca32f439bad22f0b6fa671d1a67ff88708 | |
| parent | c47cb47adf094277c270eb890c9326b3c2c6c42b (diff) | |
| download | rust-ce8d5fba859fc02146b27d03e7ea670c155ce88b.tar.gz rust-ce8d5fba859fc02146b27d03e7ea670c155ce88b.zip | |
Add rust_analyzer to EXTRA_CHECK_CFGS
| -rw-r--r-- | src/bootstrap/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/src/lib.rs b/src/bootstrap/src/lib.rs index fd0b61eae8d..8d6598c916a 100644 --- a/src/bootstrap/src/lib.rs +++ b/src/bootstrap/src/lib.rs @@ -77,6 +77,8 @@ const EXTRA_CHECK_CFGS: &[(Option<Mode>, &str, Option<&[&'static str]>)] = &[ (None, "bootstrap", None), (Some(Mode::Rustc), "parallel_compiler", None), (Some(Mode::ToolRustc), "parallel_compiler", None), + (Some(Mode::ToolRustc), "rust_analyzer", None), + (Some(Mode::ToolStd), "rust_analyzer", None), (Some(Mode::Codegen), "parallel_compiler", None), (Some(Mode::Std), "stdarch_intel_sde", None), (Some(Mode::Std), "no_fp_fmt_parse", None), |
