You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/src/reference/unstable.md
+9
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@ Each new feature described below should explain how to use it.
98
98
*[rustdoc-map](#rustdoc-map) --- Provides mappings for documentation to link to external sites like [docs.rs](https://docs.rs/).
99
99
*[scrape-examples](#scrape-examples) --- Shows examples within documentation.
100
100
*[output-format](#output-format-for-rustdoc) --- Allows documentation to also be emitted in the experimental [JSON format](https://doc.rust-lang.org/nightly/nightly-rustc/rustdoc_json_types/).
101
+
*[rustdoc-depinfo](#rustdoc-depinfo) --- Use dep-info files in rustdoc rebuild detection.
101
102
*`Cargo.toml` extensions
102
103
*[Profile `rustflags` option](#profile-rustflags-option) --- Passed directly to rustc.
103
104
*[codegen-backend](#codegen-backend) --- Select the codegen backend used by rustc.
0 commit comments