Set the in-rust-tree` feature for all rust-analyzer{-proc-macro-srv} steps

This commit is contained in:
Lukas Wirth 2024-01-04 11:02:20 +01:00
parent d3d7c4b722
commit b83f487d10
4 changed files with 11 additions and 4 deletions

View file

@ -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"