File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments