We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d776f5 + 1cea261 commit c8cdc0bCopy full SHA for c8cdc0b
src/how-to-build-and-run.md
@@ -75,6 +75,11 @@ internally. The result is the compiling `rustc` is done in stages.
75
For hacking, often building the stage 1 compiler is enough, but for
76
final testing and release, the stage 2 compiler is used.
77
78
+`./x.py check` is really fast to build the rust compiler.
79
+It is, in particular, very useful when you're doing some kind of
80
+"type-based refactoring", like renaming a method, or changing the
81
+signature of some function.
82
+
83
Once you've created a config.toml, you are now ready to run
84
`x.py`. There are a lot of options here, but let's start with what is
85
probably the best "go to" command for building a local rust:
0 commit comments