Fix rust-analyzer proc macro server

This commit is contained in:
Laurențiu Nicola 2023-06-06 10:33:32 +03:00
parent 2f896da247
commit a3cc503876
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@ impl Step for RustAnalyzerProcMacroSrv {
tool: "rust-analyzer-proc-macro-srv",
mode: Mode::ToolStd,
path: "src/tools/rust-analyzer/crates/proc-macro-srv-cli",
extra_features: vec!["proc-macro-srv/sysroot-abi".to_owned()],
extra_features: vec!["sysroot-abi".to_owned()],
is_optional_tool: false,
source_type: SourceType::InTree,
allow_features: RustAnalyzer::ALLOW_FEATURES,