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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,7 @@ Each new feature described below should explain how to use it.
101
101
*[rustdoc-depinfo](#rustdoc-depinfo) --- Use dep-info files in rustdoc rebuild detection.
102
102
*`Cargo.toml` extensions
103
103
*[Profile `rustflags` option](#profile-rustflags-option) --- Passed directly to rustc.
104
+
*[Profile `hint-mostly-unused` option](#profile-hint-mostly-unused-option) --- Hint that a dependency is mostly unused, to optimize compilation time.
104
105
*[codegen-backend](#codegen-backend) --- Select the codegen backend used by rustc.
105
106
*[per-package-target](#per-package-target) --- Sets the `--target` to use for each individual package.
106
107
*[artifact dependencies](#artifact-dependencies) --- Allow build artifacts to be included into other build artifacts and build them for different targets.
0 commit comments