We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5283791 commit 445af68Copy full SHA for 445af68
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