Should debuginfo special-case vectors? #129448
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-debugging
Working group: Bad Rust debugging experiences
In #129403 I'm seeing that using array-based SIMD types changes the debug info you get from them, and thus #128866 has in fact already changed the debuginfo you get from platform types like
__m256
.Should debug-info notice the
Vector
ABI and emit something that doesn't get double-braced? Or does it not matter and the([1, 2])
is completely fine so it's not worth changing?The text was updated successfully, but these errors were encountered: