Skip to content

Commit a51f720

Browse files
committed
Auto merge of #154916 - jhpratt:rollup-RkdDmtW, r=jhpratt
Rollup of 6 pull requests Successful merges: - rust-lang/rust#154627 (Move `rustc_middle::mir::mono` to `rustc_middle::mono`) - rust-lang/rust#154729 (de-non_const some `Iterator` methods) - rust-lang/rust#154891 (implement `StructuralPartialEq` for `MaybeDangling`) - rust-lang/rust#154894 (Slightly refactor mplace<->ptr conversions) - rust-lang/rust#154751 (compiletest: Remove `rfail` support from incremental tests) - rust-lang/rust#154901 (Update books)
2 parents 17d8cbf + 5de1fd5 commit a51f720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/compiletest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ then runs the compiler for each revision, reusing the incremental results from p
158158

159159
The revisions should start with:
160160

161-
* `rpass` — the test should compile and run successfully
162-
* `rfail` — the test should compile successfully, but the executable should fail to run
163161
* `cfail` — the test should fail to compile
162+
* `cpass` — the test should compile successully
163+
* `rpass` — the test should compile and run successfully
164164

165165
To make the revisions unique, you should add a suffix like `rpass1` and `rpass2`.
166166

0 commit comments

Comments
 (0)