-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
rust-lldb pretty-printing not working for Rc<str> #114195
Copy link
Copy link
Open
Labels
A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)Area: Debugging information in compiled programs (DWARF, PDB, etc.)C-bugCategory: This is a bug.Category: This is a bug.WG-debuggingWorking group: Bad Rust debugging experiencesWorking group: Bad Rust debugging experiences
Metadata
Metadata
Assignees
Labels
A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)Area: Debugging information in compiled programs (DWARF, PDB, etc.)C-bugCategory: This is a bug.Category: This is a bug.WG-debuggingWorking group: Bad Rust debugging experiencesWorking group: Bad Rust debugging experiences
Type
Fields
Give feedbackNo fields configured for issues without a type.
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))