Rollup merge of #113249 - tgross35:patch-2, r=jyn514

Document tracking issue for rustdoc `show-type-layout`

Tracking issue: https://github.com/rust-lang/rust/issues/113248

``@rustbot`` label +T-rustdoc +A-docs
This commit is contained in:
Matthias Krüger
2023-07-02 10:27:23 +02:00
committed by GitHub
+2
View File
@@ -310,6 +310,8 @@ the source.
### `--show-type-layout`: add a section to each type's docs describing its memory layout
* Tracking issue: [#113248](https://github.com/rust-lang/rust/issues/113248)
Using this flag looks like this:
```bash