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

typo
This commit is contained in:
Tshepang Mbambo 2025-05-24 01:42:06 +02:00 committed by GitHub
commit b2e388e6cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 tracked. This was formally done at <https://github.com/rust-lang/glacier> but
doing it inside the rust-lang/rust testsuite is more convenient. 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 crash in some other way. A test will "pass" if rustc exits with an exit status
other than 1 or 0. other than 1 or 0.