This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rust/22251] &str type should be built in


https://sourceware.org/bugzilla/show_bug.cgi?id=22251

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
This may also fall into the problem where ptype isn't
trying to parse as a type.  I notice that "ptype &[u8]" doesn't
work either.
This probably requires some core change so the parser can
know if it should try a type parse (since I don't want to
introduce ambiguities into the grammar)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]