diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-12-21 16:43:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-21 16:43:07 +0100 |
| commit | c644d002853fdaeafb4bce6b2ba0ea3d6bc1bbe1 (patch) | |
| tree | 6f6890b4a1c7ee15bc186db483b50226b92a1783 /config.example.toml | |
| parent | 1871f2b4a04428ad0228182fceb9385b0d0c3905 (diff) | |
| parent | 1f141dc0b8635f17ce31d72e3328ad2b0dd6b084 (diff) | |
| download | rust-c644d002853fdaeafb4bce6b2ba0ea3d6bc1bbe1.tar.gz rust-c644d002853fdaeafb4bce6b2ba0ea3d6bc1bbe1.zip | |
Rollup merge of #119124 - onur-ozkan:help-118861, r=Mark-Simulacrum
don't build `rust-analyzer-proc-macro-srv` on def config Should be very easy to understand when reviewing commit-by-commit. Blocker for #118861
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml index a7d4df545a6..4cf7c1e8199 100644 --- a/config.example.toml +++ b/config.example.toml @@ -323,6 +323,7 @@ # "rustdoc", # "rustfmt", # "rust-analyzer", +# "rust-analyzer-proc-macro-srv", # "analysis", # "src", # "rust-demangler", # if profiler = true |
