-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Remove Config::stderr #93937
Remove Config::stderr #93937
Conversation
r? @cjgillot (rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
c313e51
to
3f2c8f9
Compare
This comment has been minimized.
This comment has been minimized.
3f2c8f9
to
5d54a45
Compare
This comment has been minimized.
This comment has been minimized.
r=me with fulldeps tests updated. |
5d54a45
to
6a8430a
Compare
☔ The latest upstream changes (presumably #93956) made this pull request unmergeable. Please resolve the merge conflicts. |
1. It captured stdout and not stderr 2. It isn't used anywhere 3. All error messages should go to the DiagnosticOutput instead 4. It modifies thread local state
6a8430a
to
5eeff3f
Compare
@bors r=cjgillot |
📌 Commit 5eeff3f has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (902e590): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
This seems to be a slight improvement of up to 0.5% across the board. |
Marking as blocked as it will conflict a bit with #93936.