pretty-print: Do not lose the $crate printing flag in print_tt#62574
pretty-print: Do not lose the $crate printing flag in print_tt#62574bors merged 3 commits intorust-lang:masterfrom
$crate printing flag in print_tt#62574Conversation
|
Second commit removes the confusing default. |
|
@bors p=10 (regression fix for core ecosystem crate) I think it would probably be wise to also eliminate the other "wrappers", e.g. r=me with either comments on all of the "wrapper" methods added in the previous PR or them folded away for explicit handling one way or another. |
|
☔ The latest upstream changes (presumably #62561) made this pull request unmergeable. Please resolve the merge conflicts. |
|
@petrochenkov this needs rebasing |
db776d6 to
af26e7f
Compare
Some of those wrappers are commonly used, so I didn't change them, but added some comments instead, @bors r=Mark-Simulacrum |
|
📌 Commit e381065 has been approved by |
pretty-print: Do not lose the `$crate` printing flag in `print_tt` #62393 had this accidental mistake. Fixes #62562 r? @Mark-Simulacrum
|
☀️ Test successful - checks-azure, checks-travis, status-appveyor |
This branch is based before rust-lang#62574, so that rust-lang#62562 can be reproduced. This should succeed when merged into `master`.
#62393 had this accidental mistake.
Fixes #62562
r? @Mark-Simulacrum