1
Fork 0

Document that rmake.rs/run-make-support may not use unstable features

This commit is contained in:
许杰友 Jieyou Xu (Joe) 2025-02-24 20:14:25 +08:00 committed by Jieyou Xu
parent 224f287f32
commit c9c572cd92

View file

@ -415,6 +415,10 @@ Compiletest directives like `//@ only-<target>` or `//@ ignore-<target>` are
supported in `rmake.rs`, like in UI tests. However, revisions or building
auxiliary via directives are not currently supported.
`rmake.rs` and `run-make-support` may *not* use any nightly/unstable features,
as they must be compilable by a stage 0 rustc that may be a beta or even stable
rustc.
#### Quickly check if `rmake.rs` tests can be compiled
You can quickly check if `rmake.rs` tests can be compiled without having to