Investigate & fix compiler options that print to stdout #55770
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Compiler options that print to stdout instead of stderr will break Rustbuild if they are enabled during a bootstrap (see #43855).
We should audit
rustc
for options which print to stdout and change them to print to stderr instead.As @eddyb points out we should also investigate any
*.stdout
files in thesrc/test
directory.The text was updated successfully, but these errors were encountered: