-
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
Don't discourage implementing core::fmt::Write
#76750
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
76ed801
to
ce01363
Compare
Rebased. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@workingjubilee Is this a better description?
This looks good! |
Okay, ready for a final review! |
Squashed. |
9127f52
to
32ad7b2
Compare
@Mark-Simulacrum could you re-review this? I addressed |
Hmm, I'm not sure why you added |
@Mark-Simulacrum I shortened and simplified it, and I went with something similar to what you suggested. |
This comment has been minimized.
This comment has been minimized.
c40e1ab
to
9e88286
Compare
Rebased. |
Please squash the commits, r=me with that done. |
Explain when you should use it and when you should not.
Squashed. |
9e88286
to
c17d067
Compare
@bors r+ rollup |
📌 Commit c17d067 has been approved by |
…as-schievink Rollup of 8 pull requests Successful merges: - rust-lang#76750 (Don't discourage implementing `core::fmt::Write`) - rust-lang#77449 (BTreeMap: comment why drain_filter's size_hint is somewhat pessimistic) - rust-lang#77660 ((docs): make mutex error comment consistent with codebase) - rust-lang#77663 (Add compile fail test for issue 27675) - rust-lang#77673 (Remove unnecessary lamda on emitter map.) - rust-lang#77701 (Make `max_log_info` easily greppable (for figuring out why debug logging is disabled)) - rust-lang#77702 (Remove not needed lambda.) - rust-lang#77710 (Update submodule llvm to get LVI bugfix) Failed merges: r? `@ghost`
Fixes #76729.
Explain when you should use it and when you should not.