From ab964d559240d1313e2979cbb801e1e434fd4388 Mon Sep 17 00:00:00 2001 From: Adrian Friedli Date: Fri, 2 May 2025 11:39:22 +0200 Subject: [PATCH] fix text referencing commands --- src/building/how-to-build-and-run.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/building/how-to-build-and-run.md b/src/building/how-to-build-and-run.md index c3c1c41e3..38528c92b 100644 --- a/src/building/how-to-build-and-run.md +++ b/src/building/how-to-build-and-run.md @@ -264,8 +264,8 @@ default). Once you have successfully built `rustc`, you will have created a bunch of files in your `build` directory. In order to actually run the -resulting `rustc`, we recommend creating rustup toolchains. The first -one will run the stage1 compiler (which we built above). The second +resulting `rustc`, we recommend creating rustup toolchains. The second +one will run the stage1 compiler (which we built above). The third will execute the stage2 compiler (which we did not build, but which you will likely need to build at some point; for example, if you want to run the entire test suite).