Skip to content

Commit a8be20a

Browse files
committed
Update unstable documentation TOC.
1 parent 8b0671a commit a8be20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/unstable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ Each new feature described below should explain how to use it.
9696
* [timings](#timings) — Generates a report on how long individual dependencies took to run.
9797
* [unit-graph](#unit-graph) — Emits JSON for Cargo's internal graph structure.
9898
* [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.
99100
* Configuration
100101
* [config-cli](#config-cli) — Adds the ability to pass configuration options on the command-line.
101102
* [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.
103103
* [patch-in-config](#patch-in-config) — Adds support for specifying the `[patch]` table in config files.
104104
* [`cargo config`](#cargo-config) — Adds a new subcommand for viewing config files.
105105
* Registries

0 commit comments

Comments
 (0)