Skip to content

Commit 6c1f108

Browse files
committed
Merge commit 'ed87e0a20a9d196a5ea659ea46ae9574be666d4f' into sync-from-ra
2 parents b8a7d43 + ed87e0a commit 6c1f108

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: src/tools/rust-analyzer/Cargo.lock

+1
Original file line numberDiff line numberDiff line change
@@ -1505,6 +1505,7 @@ dependencies = [
15051505
"parking_lot 0.12.1",
15061506
"parking_lot_core 0.9.6",
15071507
"proc-macro-api",
1508+
"proc-macro-srv-cli",
15081509
"profile",
15091510
"project-model",
15101511
"rayon",

Diff for: src/tools/rust-analyzer/crates/rust-analyzer/Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ ide-db.workspace = true
6868
ide-ssr.workspace = true
6969
ide.workspace = true
7070
proc-macro-api.workspace = true
71+
proc-macro-srv-cli.workspace = true
7172
profile.workspace = true
7273
project-model.workspace = true
7374
stdx.workspace = true
@@ -94,4 +95,5 @@ mbe.workspace = true
9495
[features]
9596
jemalloc = ["jemallocator", "profile/jemalloc"]
9697
force-always-assert = ["always-assert/force"]
97-
in-rust-tree = ["ide/in-rust-tree", "syntax/in-rust-tree"]
98+
sysroot-abi = ["proc-macro-srv-cli/sysroot-abi"]
99+
in-rust-tree = ["sysroot-abi", "ide/in-rust-tree", "syntax/in-rust-tree"]

0 commit comments

Comments
 (0)