From ed0c82bc91a5052d92a07580778759b00c537cc6 Mon Sep 17 00:00:00 2001 From: Caleb Cartwright Date: Wed, 19 May 2021 20:19:32 -0500 Subject: [PATCH] clarify broken toolstate hypothetical scenario --- src/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contributing.md b/src/contributing.md index 32b44c413..c07987f30 100644 --- a/src/contributing.md +++ b/src/contributing.md @@ -269,7 +269,7 @@ the compiler. At the same time, you can't get your changes merged into the compi because the rust-lang/rust build won't pass until those tools build and pass their tests. -That means that, in the default state, you can't update the compiler without first +That would mean that, in the default state, you couldn't update the compiler without first fixing miri, rls and the other tools that the compiler builds. Luckily, a feature was [added to Rust's build](https://github.com/rust-lang/rust/issues/45861)