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

Adapt HashMap/HashSet debugger formatters to new implementation #4005

Closed
Undin opened this issue Jun 11, 2019 · 0 comments · Fixed by #4107
Closed

Adapt HashMap/HashSet debugger formatters to new implementation #4005

Undin opened this issue Jun 11, 2019 · 0 comments · Fixed by #4107
Assignees
Labels
subsystem::debugger Issues related to debugger

Comments

@Undin
Copy link
Member

Undin commented Jun 11, 2019

Environment

  • Intellij-Rust plugin version: 0.2.99.2127-192
  • Rust toolchain version: rustc 1.37.0-nightly (02564de47 2019-06-10)
  • IDE name and version: CL-192.4787.12
  • Operating system: macOS 10.13

Problem description

After rust-lang/rust#58623 implementations of HashMap and HashSet changed. It broke our formatters for these collections.
image
It would be great to fix it

@Undin Undin added the subsystem::debugger Issues related to debugger label Jun 11, 2019
bors bot added a commit that referenced this issue Jul 22, 2019
4107: Pretty-printers for LLDB and GDB: hashbrown's HashMap support r=Undin a=ortem

Fixes #4005

Co-authored-by: ortem <ortem00@gmail.com>
@bors bors bot closed this as completed in #4107 Jul 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
subsystem::debugger Issues related to debugger
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants