[dogfooding] -Zbuild-std -vv
produces lots of warnings about check-cfg
#125291
Labels
-Zbuild-std
Unstable Cargo option: Compile the standard library yourself.
C-bug
Category: This is a bug.
F-check-cfg
--check-cfg
T-cargo
Relevant to the cargo team, which will review and decide on the PR/issue.
With extra verbose flag (
-vv
), one would see a lots of warnings about check-cfg when building -Zbuild-std.But it doesn't need to be that way.
Can we doodfooding check-cfg flag to Cargo.toml and build.rs to resolve them?
Step to reproduce:
I expected to see this happen: No warnings about " unexpected
cfg
"Some are:
@rustbot label +F-check-cfg +-Zbuild-std
cc @Urgau
The text was updated successfully, but these errors were encountered: