diff options
| author | Trevor Gross <tmgross@umich.edu> | 2023-07-01 19:16:27 -0400 |
|---|---|---|
| committer | Trevor Gross <tmgross@umich.edu> | 2023-07-01 19:41:26 -0400 |
| commit | 4fae27135200172b2894915b595f3a2f6ae70c42 (patch) | |
| tree | 58f588c911bd70d39bb1e66885b325f2e39739fa | |
| parent | 6162f6f12339aa81fe16b8a64644ead497e411b2 (diff) | |
| download | rust-4fae27135200172b2894915b595f3a2f6ae70c42.tar.gz rust-4fae27135200172b2894915b595f3a2f6ae70c42.zip | |
Document tracking issue for rustdoc `show-type-layout`
| -rw-r--r-- | src/doc/rustdoc/src/unstable-features.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/rustdoc/src/unstable-features.md b/src/doc/rustdoc/src/unstable-features.md index ae180439d23..013b93e0129 100644 --- a/src/doc/rustdoc/src/unstable-features.md +++ b/src/doc/rustdoc/src/unstable-features.md @@ -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 |
