We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de3edc5 + c53c9c9 commit aeb68ceCopy full SHA for aeb68ce
summarize/Readme.md
@@ -82,7 +82,7 @@ You can also profile your own custom build of rustc. First you'll have to clone
82
$ git clone https://github.com/rust-lang/rust.git
83
$ ./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