Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 5e48a46

Browse files
authored
Unrolled build for rust-lang#132333
Rollup merge of rust-lang#132333 - tshepang:patch-4, r=workingjubilee rust_analyzer_helix.toml: add library/ manifest
2 parents b5f4883 + ee4b044 commit 5e48a46

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/etc/rust_analyzer_helix.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[language-server.rust-analyzer.config]
22
linkedProjects = [
33
"Cargo.toml",
4-
"src/tools/x/Cargo.toml",
4+
"compiler/rustc_codegen_cranelift/Cargo.toml",
5+
"compiler/rustc_codegen_gcc/Cargo.toml",
6+
"library/Cargo.toml",
57
"src/bootstrap/Cargo.toml",
68
"src/tools/rust-analyzer/Cargo.toml",
7-
"compiler/rustc_codegen_cranelift/Cargo.toml",
8-
"compiler/rustc_codegen_gcc/Cargo.toml"
9+
"src/tools/x/Cargo.toml",
910
]
1011

1112
[language-server.rust-analyzer.config.check]

0 commit comments

Comments
 (0)