We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rmake.rs
1 parent 0dc4978 commit 3d2ee5eCopy full SHA for 3d2ee5e
src/doc/rustc-dev-guide/src/tests/compiletest.md
@@ -424,6 +424,9 @@ Compiletest directives like `//@ only-<target>` or `//@ ignore-<target>` are
424
supported in `rmake.rs`, like in UI tests. However, revisions or building
425
auxiliary via directives are not currently supported.
426
427
+`rmake.rs` may *not* use any nightly/unstable features, as they must be
428
+compilable by a stage 0 rustc that may be a beta or even stable rustc.
429
+
430
Two `run-make` tests are ported over to Rust recipes as examples:
431
432
- <https://github.com/rust-lang/rust/tree/master/tests/run-make/CURRENT_RUSTC_VERSION>
0 commit comments