about summary refs log tree commit diff
path: root/src/test/rustdoc-js-std/multi-query.js
diff options
context:
space:
mode:
authorWesley Wiser <wesleywiser@microsoft.com>2022-02-03 12:35:44 -0500
committerWesley Wiser <wesleywiser@microsoft.com>2022-02-03 12:39:12 -0500
commitfa99aaa391de42775f813896e5fa8e597a7e1c6d (patch)
tree951e6df20f3bc29173bf6d9907f07bacf48daa76 /src/test/rustdoc-js-std/multi-query.js
parent8b7853fe1f87a40ceaddf63aa404817bbfa69676 (diff)
downloadrust-fa99aaa391de42775f813896e5fa8e597a7e1c6d.tar.gz
rust-fa99aaa391de42775f813896e5fa8e597a7e1c6d.zip
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.
Diffstat (limited to 'src/test/rustdoc-js-std/multi-query.js')
0 files changed, 0 insertions, 0 deletions