compiletest should warn on redundant --cfg
compile-flags
#131390
Labels
A-compiletest
Area: The compiletest test runner
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
If you specify a revision
//@ revisions: foo
, compiletest will create a cfg of the same name and run the revision with--cfg foo
. The user does not need to manually specify//@ compile-flags: --cfg foo
.The text was updated successfully, but these errors were encountered: