Merge pull request #2463 from rust-lang/tshepang-patch-1

that was phrased like a separate sentence
This commit is contained in:
Tshepang Mbambo 2025-06-11 07:15:36 +02:00 committed by GitHub
commit 4289e66663
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ default behavior without any commands is to:
2. Run `rustc -Zunpretty=normal` on the output of the previous step. 2. Run `rustc -Zunpretty=normal` on the output of the previous step.
3. The output of the previous two steps should be the same. 3. The output of the previous two steps should be the same.
4. Run `rustc -Zno-codegen` on the output to make sure that it can type check 4. Run `rustc -Zno-codegen` on the output to make sure that it can type check
(this is similar to running `cargo check`). (similar to `cargo check`).
If any of the commands above fail, then the test fails. If any of the commands above fail, then the test fails.