Skip to content

Commit c515e4a

Browse files
committed
Add missing entries to unstable index
1 parent a518301 commit c515e4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/doc/src/reference/unstable.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,13 @@ Each new feature described below should explain how to use it.
8080
* [binary-dep-depinfo](#binary-dep-depinfo) --- Causes the dep-info file to track binary dependencies.
8181
* [panic-abort-tests](#panic-abort-tests) --- Allows running tests with the "abort" panic strategy.
8282
* [keep-going](#keep-going) --- Build as much as possible rather than aborting on the first error.
83+
* [check-cfg](#check-cfg) --- Compile-time validation of `cfg` expressions.
84+
* [host-config](#host-config) --- Allows setting `[target]`-like configuration settings for host build targets.
85+
* [target-applies-to-host](#target-applies-to-host) --- Alters whether certain flags will be passed to host build targets.
8386
* rustdoc
8487
* [`doctest-in-workspace`](#doctest-in-workspace) --- Fixes workspace-relative paths when running doctests.
8588
* [rustdoc-map](#rustdoc-map) --- Provides mappings for documentation to link to external sites like [docs.rs](https://docs.rs/).
89+
* [scrape-examples](#scrape-examples) --- Shows examples within documentation.
8690
* `Cargo.toml` extensions
8791
* [Profile `rustflags` option](#profile-rustflags-option) --- Passed directly to rustc.
8892
* [codegen-backend](#codegen-backend) --- Select the codegen backend used by rustc.

0 commit comments

Comments
 (0)