
10

Fix HashMap not displaying correctly in VS debugger by wesleywiser · Pull Reques...
source link: https://github.com/rust-lang/rust/pull/93626
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

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.
Fixes #92286
Recommend
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK