We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e0b2f commit b5260c6Copy full SHA for b5260c6
src/doc/rustc-dev-guide/src/building/suggested.md
@@ -36,7 +36,7 @@ you can write: <!-- date: 2022-04 --><!-- the date comment is for the edition be
36
"./build/$TARGET_TRIPLE/stage0/bin/rustfmt",
37
"--edition=2021"
38
],
39
- "editor.formatOnSave": true,
+ "rust-analyzer.procMacro.enable": true,
40
"rust-analyzer.cargo.buildScripts.enable": true,
41
"rust-analyzer.cargo.buildScripts.overrideCommand": [
42
"cargo",
@@ -46,7 +46,6 @@ you can write: <!-- date: 2022-04 --><!-- the date comment is for the edition be
46
"--message-format=json"
47
48
"rust-analyzer.rustc.source": "./Cargo.toml",
49
- "rust-analyzer.procMacro.enable": true,
50
}
51
```
52
0 commit comments