mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 21:43:37 +00:00
Imply sysroot-abi feature when in-rust-tree is set
This commit is contained in:
parent
b83f487d10
commit
ab2286935d
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ proc-macro-test.path = "./proc-macro-test"
|
|||
|
||||
[features]
|
||||
sysroot-abi = []
|
||||
in-rust-tree = ["mbe/in-rust-tree"]
|
||||
in-rust-tree = ["mbe/in-rust-tree", "sysroot-abi"]
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
Loading…
Reference in a new issue