Skip to content

Commit 4e1f862

Browse files
authored
Merge pull request #4738 from RalfJung/ra
rust-analyzer settings: use --compile-time-deps
2 parents e2c7e74 + fafd873 commit 4e1f862

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

etc/rust_analyzer_helix.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@ overrideCommand = [
2828
"./miri",
2929
"check",
3030
"--no-default-features",
31+
"-Zunstable-options",
32+
"--compile-time-deps",
3133
"--message-format=json",
3234
]

etc/rust_analyzer_vscode.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
"./miri",
2323
"check",
2424
"--no-default-features",
25+
"-Zunstable-options",
26+
"--compile-time-deps",
2527
"--message-format=json",
2628
],
2729
}

etc/rust_analyzer_zed.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
"./miri",
3232
"check",
3333
"--no-default-features",
34+
"-Zunstable-options",
35+
"--compile-time-deps",
3436
"--message-format=json"
3537
]
3638
}

0 commit comments

Comments
 (0)