Skip to content

Commit 105390d

Browse files
committed
Auto merge of #138202 - jhpratt:rollup-kqrl5xn, r=jhpratt
Rollup of 12 pull requests Successful merges: - #137337 (Add verbatim linker to AIXLinker) - #137363 (compiler: factor Windows x86-32 ABI impl into its own file) - #137537 (Prevent `rmake.rs` from using unstable features, and fix 3 run-make tests that currently do) - #137606 (add a "future" edition) - #137957 (Remove i586-pc-windows-msvc) - #138000 (atomic: clarify that failing conditional RMW operations are not 'writes') - #138013 (Add post-merge analysis CI workflow) - #138033 (rustdoc: Add attribute-related tests for rustdoc JSON.) - #138137 (setTargetTriple now accepts Triple rather than string) - #138173 (Delay bug for negative auto trait rather than ICEing) - #138184 (Allow anyone to relabel `CI-spurious-*`) - #138187 (remove clones) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 97de634 + 3b547b8 commit 105390d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tests/compiletest.md

+4
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,10 @@ Compiletest directives like `//@ only-<target>` or `//@ ignore-<target>` are
415415
supported in `rmake.rs`, like in UI tests. However, revisions or building
416416
auxiliary via directives are not currently supported.
417417

418+
`rmake.rs` and `run-make-support` may *not* use any nightly/unstable features,
419+
as they must be compilable by a stage 0 rustc that may be a beta or even stable
420+
rustc.
421+
418422
#### Quickly check if `rmake.rs` tests can be compiled
419423

420424
You can quickly check if `rmake.rs` tests can be compiled without having to

0 commit comments

Comments
 (0)