Skip to content

Commit

Permalink
Unrolled build for rust-lang#132333
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#132333 - tshepang:patch-4, r=workingjubilee

rust_analyzer_helix.toml: add library/ manifest
  • Loading branch information
rust-timer authored Nov 2, 2024
2 parents b5f4883 + ee4b044 commit 5e48a46
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/etc/rust_analyzer_helix.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[language-server.rust-analyzer.config]
linkedProjects = [
"Cargo.toml",
"src/tools/x/Cargo.toml",
"compiler/rustc_codegen_cranelift/Cargo.toml",
"compiler/rustc_codegen_gcc/Cargo.toml",
"library/Cargo.toml",
"src/bootstrap/Cargo.toml",
"src/tools/rust-analyzer/Cargo.toml",
"compiler/rustc_codegen_cranelift/Cargo.toml",
"compiler/rustc_codegen_gcc/Cargo.toml"
"src/tools/x/Cargo.toml",
]

[language-server.rust-analyzer.config.check]
Expand Down

0 comments on commit 5e48a46

Please sign in to comment.