Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate & fix compiler options that print to stdout #55770

Open
wesleywiser opened this issue Nov 7, 2018 · 0 comments
Open

Investigate & fix compiler options that print to stdout #55770

wesleywiser opened this issue Nov 7, 2018 · 0 comments
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.

Comments

@wesleywiser
Copy link
Member

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 the src/test directory.

@estebank estebank added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Jan 19, 2019
@Enselic Enselic added the C-enhancement Category: An issue proposing an enhancement or a PR with one. label Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

3 participants