mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Set sysroot-abi flag for proc-macro-cli when in-rust-tree is set
This commit is contained in:
parent
d480525ce8
commit
8390d2aca3
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ proc-macro-api.workspace = true
|
|||
|
||||
[features]
|
||||
sysroot-abi = ["proc-macro-srv/sysroot-abi"]
|
||||
in-rust-tree = ["proc-macro-srv/in-rust-tree"]
|
||||
in-rust-tree = ["proc-macro-srv/in-rust-tree", "sysroot-abi"]
|
||||
|
||||
|
||||
[[bin]]
|
||||
|
|
Loading…
Reference in a new issue