Skip to content

Commit fc8cb9c

Browse files
authored
Merge pull request #2272 from rust-lang/tshepang-patch-2
compiletest directives: ignore-stage0 and only-stage0 do not exist
2 parents 3684751 + efa11d0 commit fc8cb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/directives.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Some examples of `X` in `ignore-X` or `only-X`:
142142
matches that target as well as the emscripten targets.
143143
- Pointer width: `32bit`, `64bit`
144144
- Endianness: `endian-big`
145-
- Stage: `stage0`, `stage1`, `stage2`
145+
- Stage: `stage1`, `stage2`
146146
- Channel: `stable`, `beta`
147147
- When cross compiling: `cross-compile`
148148
- When [remote testing] is used: `remote`

0 commit comments

Comments
 (0)