Skip to content
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

hashmap to_str #2566

Closed
jesse99 opened this issue Jun 10, 2012 · 1 comment
Closed

hashmap to_str #2566

jesse99 opened this issue Jun 10, 2012 · 1 comment
Labels
A-pretty Area: Pretty printing (incl. `-Z unpretty`). C-enhancement Category: An issue proposing an enhancement or a PR with one. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@jesse99
Copy link
Contributor

jesse99 commented Jun 10, 2012

It's very helpful when debugging to be able to print values nicely, but hashmaps look awful when printed with the %? format and don't provide a to_str implementation.

@graydon
Copy link
Contributor

graydon commented Jul 25, 2012

This landed in #2899, closing.

@graydon graydon closed this as completed Jul 25, 2012
RalfJung pushed a commit to RalfJung/rust that referenced this issue Oct 4, 2022
Expand VisitMachineValues to cover more pointers in the interpreter

Follow-on to rust-lang/miri#2559

This is making me want to write a proc macro 🤔

r? `@RalfJung`
Aaron1011 pushed a commit to Aaron1011/rust that referenced this issue Jan 6, 2023
Expand VisitMachineValues to cover more pointers in the interpreter

Follow-on to rust-lang/miri#2559

This is making me want to write a proc macro 🤔

r? `@RalfJung`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-pretty Area: Pretty printing (incl. `-Z unpretty`). C-enhancement Category: An issue proposing an enhancement or a PR with one. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

2 participants