debuginfo/issue-22656.rs fails with LLVM/clang Assertion `Prior->FD->hasAttr<NoUniqueAddressAttr>() && "should not have reused this field's tail padding"' failed. #63784
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
P-low
Low priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I haven't been running debuginfo tests locally for a long while due to a variety of issues, but I was surprised to get only 1 failure,
src/test/debuginfo/issue-22656.rs
with LLDB:If I had to guess, LLDB was trying to compile something as C++, and probably ran into something that's different in Rust (is it synthesizing C++
struct
/union
definitions from DWARF?).cc @michaelwoerister
EDIT: this is the test, and, well, this looks like a regression?
rust/src/test/debuginfo/issue-22656.rs
Lines 1 to 49 in bea0372
The text was updated successfully, but these errors were encountered: