diff options
| author | Tshepang Mbambo <hopsi@tuta.io> | 2025-06-11 07:15:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-11 07:15:36 +0200 |
| commit | 32560d790d8b9fae094d69287851f5305efa26d2 (patch) | |
| tree | 39d210ab878ebe1620f8cbe37f701155af06d9a7 | |
| parent | aa0d277fd79e555f359d9f638b557d869f8d666f (diff) | |
| parent | dc41a1bd93cc896d6c19d324ae0bc2e969c3420e (diff) | |
| download | rust-32560d790d8b9fae094d69287851f5305efa26d2.tar.gz rust-32560d790d8b9fae094d69287851f5305efa26d2.zip | |
Merge pull request #2463 from rust-lang/tshepang-patch-1
that was phrased like a separate sentence
| -rw-r--r-- | src/doc/rustc-dev-guide/src/tests/compiletest.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/compiletest.md b/src/doc/rustc-dev-guide/src/tests/compiletest.md index 20dd16c81df..ded30234e70 100644 --- a/src/doc/rustc-dev-guide/src/tests/compiletest.md +++ b/src/doc/rustc-dev-guide/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. |
