Uh oh!
There was an error while loading. Please reload this page.
Don't discourage implementing core::fmt::Write - #76750
Conversation
rust-highfive
commented
Sep 15, 2020
(rust_highfive has picked a reviewer for you, use r? to override) |
Uh oh!
There was an error while loading. Please reload this page.
76ed801 to
ce01363Comparecamelid
commented
Sep 27, 2020
Rebased. |
camelid
left a comment
There was a problem hiding this comment.
@workingjubilee Is this a better description?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
workingjubilee
commented
Sep 30, 2020
This looks good! |
camelid
commented
Sep 30, 2020
Okay, ready for a final review! |
camelid
commented
Oct 2, 2020
Squashed. |
9127f52 to
32ad7b2Comparecamelid
commented
Oct 2, 2020
@Mark-Simulacrum could you re-review this? I addressed |
Uh oh!
There was an error while loading. Please reload this page.
camelid
commented
Oct 4, 2020
Hmm, I'm not sure why you added |
Uh oh!
There was an error while loading. Please reload this page.
camelid
commented
Oct 5, 2020
@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
9e88286Comparecamelid
commented
Oct 5, 2020
Rebased. |
Mark-Simulacrum
commented
Oct 8, 2020
Please squash the commits, r=me with that done. |
Explain when you should use it and when you should not.
camelid
commented
Oct 8, 2020
Squashed. |
9e88286 to
c17d067CompareMark-Simulacrum
commented
Oct 8, 2020
@bors r+ rollup |
bors
commented
Oct 8, 2020
📌 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.