We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rmake.rs
1 parent 4e178a7 commit dcc4c6cCopy full SHA for dcc4c6c
src/doc/rustc-dev-guide/src/tests/compiletest.md
@@ -415,6 +415,9 @@ 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` may *not* use any nightly/unstable features, as they must be
419
+compilable by a stage 0 rustc that may be a beta or even stable rustc.
420
+
421
#### Quickly check if `rmake.rs` tests can be compiled
422
423
You can quickly check if `rmake.rs` tests can be compiled without having to
0 commit comments