diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-07-02 10:27:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-02 10:27:23 +0200 |
| commit | fde41023db73a537bbe1b02e213859e2a88ba216 (patch) | |
| tree | ab93832ccdb54458d4969be132002682c10f7d6a /src/doc | |
| parent | efd2739ac4570ce592897573824c715b178a06a7 (diff) | |
| parent | 4fae27135200172b2894915b595f3a2f6ae70c42 (diff) | |
| download | rust-fde41023db73a537bbe1b02e213859e2a88ba216.tar.gz rust-fde41023db73a537bbe1b02e213859e2a88ba216.zip | |
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
Diffstat (limited to 'src/doc')
| -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 |
