From 6a475c3ddf8ee0868f0723683aa2720e8f87d44a Mon Sep 17 00:00:00 2001 From: Camelid Date: Sat, 7 Nov 2020 11:26:41 -0800 Subject: [PATCH] CONTRIBUTING.md: Update comment Co-authored-by: Ralf Jung --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 20f01f151a65..08dcd541f7bf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -147,7 +147,7 @@ cd rustc cp config.toml.example config.toml # Now edit `config.toml` and set `debug-assertions = true`. -# Build a stage 1 rustc. +# Build a stage 1 rustc, and build the rustc libraries with that rustc. # This step can take 30 minutes or more. ./x.py build --stage 1 compiler/rustc # If you change something, you can get a faster rebuild by doing