We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3868a5c commit 95665c8Copy full SHA for 95665c8
README.md
@@ -72,7 +72,8 @@ To make a PR, the following steps are useful.
72
git submodule update --remote src/doc/rustc-guide
73
git add -u
74
git commit -m "Update rustc-guide"
75
-./x.py test -i --stage 1 src/doc/rustc-guide # This is optional and should succeed anyway
+# Note that you can use -i, which is short for --incremental, in the following command
76
+./x.py test --incremental --stage 1 src/doc/rustc-guide # This is optional and should succeed anyway
77
# Open a PR in rust-lang/rust
78
```
79
0 commit comments