We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24a58c commit 43ed377Copy full SHA for 43ed377
src/doc/rustdoc/src/unstable-features.md
@@ -196,3 +196,10 @@ chapter in the Unstable Book][unstable-include] and [its tracking issue][issue-i
196
197
[unstable-include]: ../unstable-book/language-features/external-doc.html
198
[issue-include]: https://github.com/rust-lang/rust/issues/44732
199
+
200
+## Unstable command-line arguments
201
202
+These features are enabled by passing a command-line flag to Rustdoc, but the flags in question are
203
+themselves marked as unstable. To use any of these options, pass `-Z unstable-options` as well as
204
+the flag in question to Rustdoc on the command-line. To do this from Cargo, you can either use the
205
+`RUSTDOCFLAGS` environment variable or the `cargo rustdoc` command.
0 commit comments