rust/src/etc/natvis
Wesley Wiser fa99aaa391 Fix HashMap not displaying correctly in VS debugger
The natvis to render HashMaps was not working correctly in Visual Studio
because the type names for tuples changed from `tuple$<A, B>` to
`tuple$<A,B>` (notice the missing space). WinDbg and cdb continued to
parse this type name which is why no tests in CI broke. VS however is
slightly more strict and this caused the visualizer to break.

Since we cannot test the VS debugger in CI, I'm not checking in any
test changes.
2022-02-03 12:39:12 -05:00
..
intrinsic.natvis Add visualizer for OsString and fixup other string visualizers 2021-07-08 13:40:55 -04:00
liballoc.natvis Add test for Unique<T>, weak ref counts and ref counts for Weak<T> 2021-07-12 13:26:01 -04:00
libcore.natvis Respond to review feedback 2021-07-09 18:29:08 -04:00
libstd.natvis Fix HashMap not displaying correctly in VS debugger 2022-02-03 12:39:12 -05:00