Skip to content

Commit

Permalink
Add back sysroot-abi feature gate to rust-analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Jun 5, 2023
1 parent aa9bc86 commit 768a6c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion crates/rust-analyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ ide-db.workspace = true
ide-ssr.workspace = true
ide.workspace = true
proc-macro-api.workspace = true
proc-macro-srv-cli.workspace = true
profile.workspace = true
project-model.workspace = true
stdx.workspace = true
Expand All @@ -94,4 +95,5 @@ mbe.workspace = true
[features]
jemalloc = ["jemallocator", "profile/jemalloc"]
force-always-assert = ["always-assert/force"]
in-rust-tree = ["ide/in-rust-tree", "syntax/in-rust-tree"]
sysroot-abi = ["proc-macro-srv-cli/sysroot-abi"]
in-rust-tree = ["sysroot-abi", "ide/in-rust-tree", "syntax/in-rust-tree"]

0 comments on commit 768a6c5

Please sign in to comment.