mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 12:24:29 +00:00
Set the in-rust-tree` feature for all rust-analyzer{-proc-macro-srv} steps
This commit is contained in:
parent
d3d7c4b722
commit
b83f487d10
4 changed files with 11 additions and 4 deletions
|
|
@ -14,6 +14,8 @@ proc-macro-api.workspace = true
|
|||
|
||||
[features]
|
||||
sysroot-abi = ["proc-macro-srv/sysroot-abi"]
|
||||
in-rust-tree = ["proc-macro-srv/in-rust-tree"]
|
||||
|
||||
|
||||
[[bin]]
|
||||
name = "rust-analyzer-proc-macro-srv"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue