x.py build --warnings deny
does not fail despite warnings
#62402
Labels
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I patched libstd and wanted to be sure it builds without warnings, so I did:
However, this build succeeded despite there being warnings:
I have
deny-warnings = false
in myconfig.toml
, but that shouldn't render--warnings
unusable (at least, the help for--warnings
does not say anything like that). In fact, it seems like the flag would be a NOP anyway withdeny-warnings = true
?Also,
--warnings denyyyy
just builds fine, so it seems like there is no input sensitization going on.The text was updated successfully, but these errors were encountered: