mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
92e4fb0732
Fix zero-sized BTreeMap gdb pretty-printer
`gdb.parse_and_eval("()")` is needed because GDB treats "()" as a Rust array of two characters, not as a unit
Based on https://github.com/intellij-rust/intellij-rust/pull/6356