-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
pretty-print: Do not lose the $crate
printing flag in print_tt
#62574
Conversation
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