We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Types like Arc, Rc, and other smart pointers should have an implementation of fmt::Pointer so that the {:p} format specifier works
fmt::Pointer
{:p}
The text was updated successfully, but these errors were encountered:
alloc: impl fmt::Pointer for Rc and Arc
3f3bcdc
Closes rust-lang#24091
alloc: impl fmt::Pointer for Rc, Arc and Box
a329a61
Auto merge of #24144 - richo:ptr-formatter, r=alexcrichton
6436e34
~~I believe this should fix the issue. Opening a PR to ensure noone duplicates effort, I'm running check now.~~ Closes #24091
Successfully merging a pull request may close this issue.
Types like Arc, Rc, and other smart pointers should have an implementation of
fmt::Pointer
so that the{:p}
format specifier worksThe text was updated successfully, but these errors were encountered: