about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2025-02-21 00:44:32 +0100
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2025-08-23 00:57:28 +0200
commit36421286d50f4dd7eaab93219adc054d5c2ced2b (patch)
tree4de15d4f27805fbef3e340cba9ea19b1886d88a8
parentf8ce37621ae83f1323a83f833ab2abecdc20a0ba (diff)
downloadrust-36421286d50f4dd7eaab93219adc054d5c2ced2b.tar.gz
rust-36421286d50f4dd7eaab93219adc054d5c2ced2b.zip
Add documentation for `--generate-macro-expansion`
-rw-r--r--src/doc/rustdoc/src/unstable-features.md4
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,