-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Fix zero-sized BTreeMap gdb pretty-printer #79235
Fix zero-sized BTreeMap gdb pretty-printer #79235
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 4cf9369921407295bfb99a1c0e03737108f27ea5 has been approved by |
☔ The latest upstream changes (presumably #78104) made this pull request unmergeable. Please resolve the merge conflicts. Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels:
|
4cf9369
to
89c9dcb
Compare
CI seems to be failing here. |
`gdb.parse_and_eval("()")` is needed because GDB treats "()" as a Rust array of two characters, not as a unit
89c9dcb
to
685e1f3
Compare
@bors r=Mark-Simulacrum |
@ortem: 🔑 Insufficient privileges: Not in reviewers |
@bors r+ |
📌 Commit 685e1f3 has been approved by |
(For the future, if you want my attention on a PR, |
☀️ Test successful - checks-actions |
gdb.parse_and_eval("()")
is needed because GDB treats "()" as a Rust array of two characters, not as a unitBased on intellij-rust/intellij-rust#6356