Closed
Description
Hi,
I have been trying to get the rust compiler tests running on my Debian/stable (Stretch) computer and was hitting continuous failure running the debuginfo suite, specifically the pretty-std-collections test. I kept hitting gdb complaining with Python Exception <class 'gdb.error'> No type named alloc::collections::btree::node::InternalNode<i32, ()>.
and similar.
Looking at the gdb pretty printer python integration, I decided to try reverting the commit mentioned in the title and now the tests pass just fine.
I'm sadly not well enough versed in gdb/python bindings to begin to debug this, but would be pleased to be remote-hands to help someone else work it out.