Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit ab22869

Browse files
committed
Imply sysroot-abi feature when in-rust-tree is set
1 parent b83f487 commit ab22869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/proc-macro-srv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ proc-macro-test.path = "./proc-macro-test"
3838

3939
[features]
4040
sysroot-abi = []
41-
in-rust-tree = ["mbe/in-rust-tree"]
41+
in-rust-tree = ["mbe/in-rust-tree", "sysroot-abi"]
4242

4343
[lints]
4444
workspace = true

0 commit comments

Comments
 (0)