We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29cbd15 commit c53c9c9Copy full SHA for c53c9c9
summarize/Readme.md
@@ -80,9 +80,9 @@ You can also profile your own custom build of rustc. First you'll have to clone
80
81
```bash
82
$ git clone https://github.com/rust-lang/rust.git
83
-$ ./x.py build --stage 2
+$ ./x.py build
84
# This will take a while...
85
-$ rustup toolchain link mytoolchain build/x86_64-unknown-linux-gnu/stage2
+$ rustup toolchain link mytoolchain build/x86_64-unknown-linux-gnu/stage1
86
```
87
88
Where `mytoolchain` is the name of your custom toolchain. Now we do more or less the same
0 commit comments