Skip to content

Commit

Permalink
Merge pull request #2272 from rust-lang/tshepang-patch-2
Browse files Browse the repository at this point in the history
compiletest directives: ignore-stage0 and only-stage0 do not exist
  • Loading branch information
jieyouxu authored Mar 9, 2025
2 parents 3684751 + efa11d0 commit fc8cb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Some examples of `X` in `ignore-X` or `only-X`:
matches that target as well as the emscripten targets.
- Pointer width: `32bit`, `64bit`
- Endianness: `endian-big`
- Stage: `stage0`, `stage1`, `stage2`
- Stage: `stage1`, `stage2`
- Channel: `stable`, `beta`
- When cross compiling: `cross-compile`
- When [remote testing] is used: `remote`
Expand Down

0 comments on commit fc8cb9c

Please sign in to comment.