-
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
Pretty print btreemap for GDB #53357
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
b33c831
to
0d0c08f
Compare
NB #53112 is merged |
📌 Commit 0d0c08f has been approved by |
…ichaelwoerister Pretty print btreemap for GDB Merge rust-lang#53112 first, please.
Rollup of 11 pull requests Successful merges: - #52858 (Implement Iterator::size_hint for Elaborator.) - #53321 (Fix usage of `wasm_target_feature`) - #53326 ([nll] add regression test for issue #27868) - #53347 (rustc_resolve: don't allow paths starting with `::crate`.) - #53349 ([nll] add tests for #48697 and #30104) - #53357 (Pretty print btreemap for GDB) - #53358 (`{to,from}_{ne,le,be}_bytes` for unsigned integer types) - #53406 (Do not suggest conversion method that is already there) - #53407 (make more ported compile fail tests more robust w.r.t. NLL) - #53413 (Warn that `#![feature(rust_2018_preview)]` is implied when the edition is set to Rust 2018.) - #53434 (wasm: Remove --strip-debug argument to LLD) Failed merges: r? @ghost
This implementation only works for very small (size <= 12, as I understand) maps with only one node, isn't it? |
I tried it and yes, it seems that you are correct. I filed #55771 for this. |
Merge #53112 first, please.