Skip to content

Commit 6232425

Browse files
committed
Auto merge of #3410 - RalfJung:all-targets, r=RalfJung
CONTRIBUTING: vsocde settings: add --all-targets Seems like when setting a custom command, one needs to pass this flag manually, it's no longer automatically added by RA.
2 parents 6a72dc6 + d293cf4 commit 6232425

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ to `.vscode/settings.json` in your local Miri clone:
181181
"cargo",
182182
"clippy", // make this `check` when working with a locally built rustc
183183
"--message-format=json",
184+
"--all-targets",
184185
],
185186
// Contrary to what the name suggests, this also affects proc macros.
186187
"rust-analyzer.cargo.buildScripts.overrideCommand": [
@@ -190,6 +191,7 @@ to `.vscode/settings.json` in your local Miri clone:
190191
"cargo",
191192
"check",
192193
"--message-format=json",
194+
"--all-targets",
193195
],
194196
}
195197
```

0 commit comments

Comments
 (0)