diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-02-21 00:44:32 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-08-23 00:57:28 +0200 |
| commit | 36421286d50f4dd7eaab93219adc054d5c2ced2b (patch) | |
| tree | 4de15d4f27805fbef3e340cba9ea19b1886d88a8 | |
| parent | f8ce37621ae83f1323a83f833ab2abecdc20a0ba (diff) | |
| download | rust-36421286d50f4dd7eaab93219adc054d5c2ced2b.tar.gz rust-36421286d50f4dd7eaab93219adc054d5c2ced2b.zip | |
Add documentation for `--generate-macro-expansion`
| -rw-r--r-- | src/doc/rustdoc/src/unstable-features.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doc/rustdoc/src/unstable-features.md b/src/doc/rustdoc/src/unstable-features.md index 7bd2970eee7..724e260009e 100644 --- a/src/doc/rustdoc/src/unstable-features.md +++ b/src/doc/rustdoc/src/unstable-features.md @@ -796,3 +796,7 @@ will be split as follows: "you today?", ] ``` + +## `--generate-macro-expansion`: Generate macros expansion toggles in source code + +This flag enables the generation of toggles to expand macros in the HTML source code pages, |
