Skip to content

Commit 3e3d08c

Browse files
committed
Set sysroot-abi flag for proc-macro-cli when in-rust-tree is set
1 parent 80095aa commit 3e3d08c

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/crates/proc-macro-srv-cli

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/proc-macro-srv-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ proc-macro-api.workspace = true
1414

1515
[features]
1616
sysroot-abi = ["proc-macro-srv/sysroot-abi"]
17-
in-rust-tree = ["proc-macro-srv/in-rust-tree"]
17+
in-rust-tree = ["proc-macro-srv/in-rust-tree", "sysroot-abi"]
1818

1919

2020
[[bin]]

0 commit comments

Comments
 (0)