about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
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 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
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 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions