From 23604cd1a33a562c6ab9973404d36897eaebd1ab Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Wed, 11 Jun 2025 07:14:12 +0200 Subject: [PATCH] that was phrased like a separate sentence --- src/tests/compiletest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/compiletest.md b/src/tests/compiletest.md index 20dd16c81..ded30234e 100644 --- a/src/tests/compiletest.md +++ b/src/tests/compiletest.md @@ -115,7 +115,7 @@ default behavior without any commands is to: 2. Run `rustc -Zunpretty=normal` on the output of the previous step. 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 - (this is similar to running `cargo check`). + (similar to `cargo check`). If any of the commands above fail, then the test fails.