Skip to content

Commit c71daaa

Browse files
authored
Rollup merge of rust-lang#112339 - lnicola:proc-macro-srv-feature, r=Veykril
Fix rust-analyzer proc macro server The feature now exists on `proc-macro-srv-cli`, and without it the proc macro server will bail rigth out. CC rust-lang/rust-analyzer#14991
2 parents 4f2e1df + a3cc503 commit c71daaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/tool.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ impl Step for RustAnalyzerProcMacroSrv {
711711
tool: "rust-analyzer-proc-macro-srv",
712712
mode: Mode::ToolStd,
713713
path: "src/tools/rust-analyzer/crates/proc-macro-srv-cli",
714-
extra_features: vec!["proc-macro-srv/sysroot-abi".to_owned()],
714+
extra_features: vec!["sysroot-abi".to_owned()],
715715
is_optional_tool: false,
716716
source_type: SourceType::InTree,
717717
allow_features: RustAnalyzer::ALLOW_FEATURES,

0 commit comments

Comments
 (0)