We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68096cc + 445af68 commit 0fd7a2dCopy full SHA for 0fd7a2d
src/test/debuginfo/issue-22656.rs
@@ -15,7 +15,7 @@
15
// lldbg-check:[...]$0 = vec![1, 2, 3]
16
// lldbr-check:(alloc::vec::Vec<i32>) v = vec![1, 2, 3]
17
// lldb-command:print zs
18
-// lldbg-check:[...]$1 = StructWithZeroSizedField { x: ZeroSizedStruct, y: 123, z: ZeroSizedStruct, w: 456 }
+// lldbg-check:[...]$1 = StructWithZeroSizedField { x: ZeroSizedStruct[...], y: 123, z: ZeroSizedStruct[...], w: 456 }
19
// lldbr-check:(issue_22656::StructWithZeroSizedField) zs = StructWithZeroSizedField { x: ZeroSizedStruct { }, y: 123, z: ZeroSizedStruct { }, w: 456 }
20
// lldbr-command:continue
21
0 commit comments