diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-05-24 01:38:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-24 01:38:43 +0200 |
| commit | 9dd67e1104f381aa60baddfcb028303429ebccf9 (patch) | |
| tree | 76b28e02d6d391d289ad2d12aaa94d768645f67e /src/doc/rustc-dev-guide | |
| parent | 3668fcfedf90febf8cd9ce3d75bc61f820beafb5 (diff) | |
| download | rust-9dd67e1104f381aa60baddfcb028303429ebccf9.tar.gz rust-9dd67e1104f381aa60baddfcb028303429ebccf9.zip | |
typo
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -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 0ba078f0b49..50982f3bbdf 100644 --- a/src/doc/rustc-dev-guide/src/tests/compiletest.md +++ b/src/doc/rustc-dev-guide/src/tests/compiletest.md @@ -549,7 +549,7 @@ compiler to ICE, panic or crash in some other way, so that accidental fixes are tracked. This was formally done at <https://github.com/rust-lang/glacier> but doing it inside the rust-lang/rust testsuite is more convenient. -It is imperative that a test in the suite causes rustc to ICE, panic or crash +It is imperative that a test in the suite causes rustc to ICE, panic, or crash in some other way. A test will "pass" if rustc exits with an exit status other than 1 or 0. |
