rust-lldb pretty-printing not working for Rc<str> #114195
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
WG-debugging
Working group: Bad Rust debugging experiences
I tried this code:
I expected to see this happen: Pretty printing of the Testing::name
Rc<str>
value in rust-lldb.Instead, this happened: Just the first char of the
Rc<str>
was printed.I tested with stable and nightly with the same results (rustc 1.73.0-nightly (04abc37 2023-07-28))
The text was updated successfully, but these errors were encountered: