We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcddf24 commit 89a32d7Copy full SHA for 89a32d7
src/tools/miri/CONTRIBUTING.md
@@ -181,6 +181,7 @@ to `.vscode/settings.json` in your local Miri clone:
181
"cargo",
182
"clippy", // make this `check` when working with a locally built rustc
183
"--message-format=json",
184
+ "--all-targets",
185
],
186
// Contrary to what the name suggests, this also affects proc macros.
187
"rust-analyzer.cargo.buildScripts.overrideCommand": [
@@ -190,6 +191,7 @@ to `.vscode/settings.json` in your local Miri clone:
190
191
192
"check",
193
194
195
196
}
197
```
0 commit comments