We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07987c commit 49bd524Copy full SHA for 49bd524
src/doc/rustc-dev-guide/src/debugging-support-in-rustc.md
@@ -159,10 +159,8 @@ are _not_ in the DWARF standard.
159
160
* Rust compiler will emit DWARF for a virtual table, and this `vtable` object will have a
161
`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:
+ This lets debuggers dissect a trait object pointer to correctly find the payload.
+ Here is an example of such a DIE, from a test case in the gdb repository:
166
167
```asm
168
<1><1a9>: Abbrev Number: 3 (DW_TAG_structure_type)
0 commit comments