File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ for two reasons:
9191 additional rebuilds in some cases.
9292
9393To avoid these problems:
94- - Add ` --build-dir=build- rust-analyzer ` to all of the custom ` x ` commands in
94+ - Add ` --build-dir=build/ rust-analyzer ` to all of the custom ` x ` commands in
9595 your editor's rust-analyzer configuration.
9696 (Feel free to choose a different directory name if desired.)
9797- Modify the ` rust-analyzer.rustfmt.overrideCommand ` setting so that it points
@@ -100,10 +100,7 @@ To avoid these problems:
100100 copy of ` rust-analyzer-proc-macro-srv ` in that other build directory.
101101
102102Using separate build directories for command-line builds and rust-analyzer
103- requires extra disk space, and also means that running ` ./x clean ` on the
104- command-line will not clean out the separate build directory. To clean the
105- separate build directory, run ` ./x clean --build-dir=build-rust-analyzer `
106- instead.
103+ requires extra disk space.
107104
108105### Visual Studio Code
109106
You can’t perform that action at this time.
0 commit comments