Skip to content

Commit a3cc503

Browse files
committed
Fix rust-analyzer proc macro server
1 parent 2f896da commit a3cc503

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)