Skip to content

Commit bfa4048

Browse files
committed
Imply sysroot-abi feature when in-rust-tree is set
1 parent 52ac71d commit bfa4048

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)