[Bug rust/21097] can't disambiguate between enum and other types for rust
tromey at sourceware dot org
sourceware-bugzilla@sourceware.org
Thu Feb 2 17:02:00 GMT 2017
https://sourceware.org/bugzilla/show_bug.cgi?id=21097
--- Comment #6 from Tom Tromey <tromey at sourceware dot org> ---
I had an outdated gdb. With my simple test case and a new
gdb build I get:
(gdb) ptype q::Mod
type = struct q::Mod (
q::Mod,
)
... which is the wrong Mod.
Also the output here is weird. Ideally it would print Mod(q::Mod).
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Gdb-prs
mailing list