Skip to content

Commit cf172a8

Browse files
committed
Auto merge of rust-lang#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 dcddf24 + 89a32d7 commit cf172a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/miri/CONTRIBUTING.md

+2
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)