We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rmake.rs
run-make-support
1 parent 224f287 commit c9c572cCopy full SHA for c9c572c
src/doc/rustc-dev-guide/src/tests/compiletest.md
@@ -415,6 +415,10 @@ Compiletest directives like `//@ only-<target>` or `//@ ignore-<target>` are
415
supported in `rmake.rs`, like in UI tests. However, revisions or building
416
auxiliary via directives are not currently supported.
417
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
+
422
#### Quickly check if `rmake.rs` tests can be compiled
423
424
You can quickly check if `rmake.rs` tests can be compiled without having to
0 commit comments