about summary refs log tree commit diff
path: root/src/test/rustdoc-js-std/multi-query.js
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-02-08 10:05:05 +0000
committerbors <bors@rust-lang.org>2022-02-08 10:05:05 +0000
commit775e480722c7aba6ff4ff3ccec8c1f4639ae7889 (patch)
treed993ae5ec181aa5e506016d60e00c09eed31031e /src/test/rustdoc-js-std/multi-query.js
parent03b17b181af4945fa24e0df79676e89454546440 (diff)
parentfa99aaa391de42775f813896e5fa8e597a7e1c6d (diff)
downloadrust-775e480722c7aba6ff4ff3ccec8c1f4639ae7889.tar.gz
rust-775e480722c7aba6ff4ff3ccec8c1f4639ae7889.zip
Auto merge of #93626 - wesleywiser:fix_hashmap_natvis, r=michaelwoerister
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.

Fixes #92286

r? `@michaelwoerister`
Diffstat (limited to 'src/test/rustdoc-js-std/multi-query.js')
0 files changed, 0 insertions, 0 deletions