File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ ide-db.workspace = true
6868ide-ssr.workspace = true
6969ide.workspace = true
7070proc-macro-api.workspace = true
71+ proc-macro-srv-cli.workspace = true
7172profile.workspace = true
7273project-model.workspace = true
7374stdx.workspace = true
@@ -94,4 +95,5 @@ mbe.workspace = true
9495[features ]
9596jemalloc = [" jemallocator" , " profile/jemalloc" ]
9697force-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" ]
You can’t perform that action at this time.
0 commit comments