Skip to content

Commit 49bd524

Browse files
committed
reflow
1 parent c07987c commit 49bd524

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/doc/rustc-dev-guide/src/debugging-support-in-rustc.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,8 @@ are _not_ in the DWARF standard.
159159

160160
* Rust compiler will emit DWARF for a virtual table, and this `vtable` object will have a
161161
`DW_AT_containing_type` that points to the real type.
162-
This lets debuggers dissect a trait object
163-
pointer to correctly find the payload.
164-
Here is an example of such a DIE, from a test case in the gdb
165-
repository:
162+
This lets debuggers dissect a trait object pointer to correctly find the payload.
163+
Here is an example of such a DIE, from a test case in the gdb repository:
166164

167165
```asm
168166
<1><1a9>: Abbrev Number: 3 (DW_TAG_structure_type)

0 commit comments

Comments
 (0)