Skip to content

Commit f46f504

Browse files
committed
Auto merge of #7917 - ehuss:features-tracking-issues, r=alexcrichton
Add -Zfeatures tracking issues.
2 parents 1f5fbca + 8ee785c commit f46f504

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
@@ -475,6 +475,10 @@ cargo +nightly -Zunstable-options -Zconfig-include --config somefile.toml build
475475
CLI paths are relative to the current working directory.
476476

477477
## Features
478+
* Tracking Issues:
479+
* [itarget #7914](https://github.com/rust-lang/cargo/issues/7914)
480+
* [build_dep #7915](https://github.com/rust-lang/cargo/issues/7915)
481+
* [dev_dep #7916](https://github.com/rust-lang/cargo/issues/7916)
478482

479483
The `-Zfeatures` option causes Cargo to use a new feature resolver that can
480484
resolve features differently from before. It takes a comma separated list of

0 commit comments

Comments
 (0)