Debuginfo for windows-msvc
treats ()
as tuple$<>
#89704
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
@michaelwoerister found, debuginfo for the
windows-msvc
targets currently names the()
type astuple$<>
. We should probably try to name the unit type()
for consistency with Rust.Relatedly, it may make sense to have natvis which sets a
<DisplayString />
for ZSTs to just the type name.The text was updated successfully, but these errors were encountered: