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.
python3 x.py
./x.py
1 parent f5f6b4f commit 17b0db3Copy full SHA for 17b0db3
src/building/suggested.md
@@ -22,12 +22,13 @@ You can also install the hook as a step of running `./x.py setup`!
22
a file. By default, `rust-analyzer` runs the `cargo check` and `rustfmt`
23
commands, but you can override these commands to use more adapted versions
24
of these tools when hacking on `rustc`. For example, for Visual Studio Code,
25
-you can write: <!-- date: 2021-09 --><!-- the date comment is for the edition below -->
+you can write: <!-- date: 2022-04 --><!-- the date comment is for the edition below -->
26
27
```JSON
28
{
29
"rust-analyzer.checkOnSave.overrideCommand": [
30
- "./x.py",
+ "python3",
31
+ "x.py",
32
"check",
33
"--json-output"
34
],
0 commit comments