We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ca922 commit 5615562Copy full SHA for 5615562
src/tools/miri/CONTRIBUTING.md
@@ -165,16 +165,17 @@ to `.vscode/settings.json` in your local Miri clone:
165
{
166
"rust-analyzer.rustc.source": "discover",
167
"rust-analyzer.linkedProjects": [
168
- "./Cargo.toml",
169
- "./cargo-miri/Cargo.toml"
+ "Cargo.toml",
+ "cargo-miri/Cargo.toml",
170
+ "miri-script/Cargo.toml",
171
],
- "rust-analyzer.checkOnSave.overrideCommand": [
172
+ "rust-analyzer.check.overrideCommand": [
173
"env",
174
"MIRI_AUTO_OPS=no",
175
"./miri",
176
"cargo",
177
"clippy", // make this `check` when working with a locally built rustc
- "--message-format=json"
178
+ "--message-format=json",
179
180
// Contrary to what the name suggests, this also affects proc macros.
181
"rust-analyzer.cargo.buildScripts.overrideCommand": [
0 commit comments