about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2024-01-04 10:44:18 +0100
committerLukas Wirth <lukastw97@gmail.com>2024-01-04 11:02:23 +0100
commit3e3d08c843c5a84f30d884ad3bee5af17027af4d (patch)
treed486200dd97f36aef2f5bd4393976f61d8e99121 /src/tools
parent80095aac61abbf167a63bffb595ec438a163e14e (diff)
downloadrust-3e3d08c843c5a84f30d884ad3bee5af17027af4d.tar.gz
rust-3e3d08c843c5a84f30d884ad3bee5af17027af4d.zip
Set sysroot-abi flag for proc-macro-cli when in-rust-tree is set
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/rust-analyzer/crates/proc-macro-srv-cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/crates/proc-macro-srv-cli/Cargo.toml b/src/tools/rust-analyzer/crates/proc-macro-srv-cli/Cargo.toml
index 2caa24b7032..a559ba01755 100644
--- a/src/tools/rust-analyzer/crates/proc-macro-srv-cli/Cargo.toml
+++ b/src/tools/rust-analyzer/crates/proc-macro-srv-cli/Cargo.toml
@@ -14,7 +14,7 @@ proc-macro-api.workspace = true
 
 [features]
 sysroot-abi = ["proc-macro-srv/sysroot-abi"]
-in-rust-tree = ["proc-macro-srv/in-rust-tree"]
+in-rust-tree = ["proc-macro-srv/in-rust-tree", "sysroot-abi"]
 
 
 [[bin]]