cfg(bootstrap) should not be allowed in library/
#142150
Labels
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)
Uh oh!
There was an error while loading. Please reload this page.
#141925 removed
bootstrap
from the allowed-cfg list for the library crates, but./x
still passes in extra flags that allowcfg(bootstrap)
. This has already led to newcfg(bootstrap)
slipping in, and it has led to issue in tooling that buildslibrary/
crates outside of./x
(such as https://github.com/rust-lang/miri-test-libstd/).Cc @Urgau @cuviper @onur-ozkan @workingjubilee
The text was updated successfully, but these errors were encountered: