We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31b95dd + b4bdd5c commit b8f6178Copy full SHA for b8f6178
CONTRIBUTING.md
@@ -174,16 +174,14 @@ to `.vscode/settings.json` in your local Miri clone:
174
"check",
175
"--message-format=json"
176
],
177
- "rust-analyzer.buildScripts.overrideCommand": [
+ // Contrary to what the name suggests, this also affects proc macros.
178
+ "rust-analyzer.cargo.buildScripts.overrideCommand": [
179
"env",
180
"MIRI_AUTO_OPS=no",
181
"./miri",
182
183
"--message-format=json",
184
- "rust-analyzer.rustfmt.extraArgs": [
185
- "+nightly"
186
- ],
187
}
188
```
189
0 commit comments