File tree 1 file changed +4
-0
lines changed
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.
80
80
* [ binary-dep-depinfo] ( #binary-dep-depinfo ) --- Causes the dep-info file to track binary dependencies.
81
81
* [ panic-abort-tests] ( #panic-abort-tests ) --- Allows running tests with the "abort" panic strategy.
82
82
* [ 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.
83
86
* rustdoc
84
87
* [ ` doctest-in-workspace ` ] ( #doctest-in-workspace ) --- Fixes workspace-relative paths when running doctests.
85
88
* [ 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.
86
90
* ` Cargo.toml ` extensions
87
91
* [ Profile ` rustflags ` option] ( #profile-rustflags-option ) --- Passed directly to rustc.
88
92
* [ codegen-backend] ( #codegen-backend ) --- Select the codegen backend used by rustc.
You can’t perform that action at this time.
0 commit comments