mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-29 06:23:25 +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]
|
[features]
|
||||||
sysroot-abi = []
|
sysroot-abi = []
|
||||||
in-rust-tree = ["mbe/in-rust-tree"]
|
in-rust-tree = ["mbe/in-rust-tree", "sysroot-abi"]
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|
Loading…
Reference in a new issue