Merge pull request #2272 from rust-lang/tshepang-patch-2

compiletest directives: ignore-stage0 and only-stage0 do not exist
This commit is contained in:
许杰友 Jieyou Xu (Joe) 2025-03-09 08:03:57 +08:00 committed by GitHub
commit fc8cb9cb6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ Some examples of `X` in `ignore-X` or `only-X`:
matches that target as well as the emscripten targets. matches that target as well as the emscripten targets.
- Pointer width: `32bit`, `64bit` - Pointer width: `32bit`, `64bit`
- Endianness: `endian-big` - Endianness: `endian-big`
- Stage: `stage0`, `stage1`, `stage2` - Stage: `stage1`, `stage2`
- Channel: `stable`, `beta` - Channel: `stable`, `beta`
- When cross compiling: `cross-compile` - When cross compiling: `cross-compile`
- When [remote testing] is used: `remote` - When [remote testing] is used: `remote`