File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ Each new feature described below should explain how to use it.
96
96
* [ timings] ( #timings ) — Generates a report on how long individual dependencies took to run.
97
97
* [ unit-graph] ( #unit-graph ) — Emits JSON for Cargo's internal graph structure.
98
98
* [ future incompat report] ( #future-incompat-report ) — Displays a report for future incompatibilities that may error in the future.
99
+ * [ ` cargo rustc --print ` ] ( #rustc---print ) — Calls rustc with ` --print ` to display information from rustc.
99
100
* Configuration
100
101
* [ config-cli] ( #config-cli ) — Adds the ability to pass configuration options on the command-line.
101
102
* [ config-include] ( #config-include ) — Adds the ability for config files to include other files.
102
- * [ configurable-env] ( #configurable-env ) — Adds support for defining environment variables that will be set when building and running.
103
103
* [ patch-in-config] ( #patch-in-config ) — Adds support for specifying the ` [patch] ` table in config files.
104
104
* [ ` cargo config ` ] ( #cargo-config ) — Adds a new subcommand for viewing config files.
105
105
* Registries
You can’t perform that action at this time.
0 commit comments