mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-01 07:48:45 +00:00
Set sysroot-abi flag for proc-macro-cli when in-rust-tree is set
This commit is contained in:
parent
8ca8303ff0
commit
fd1de0bbb0
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