Skip to content

Commit

Permalink
Auto merge of #7917 - ehuss:features-tracking-issues, r=alexcrichton
Browse files Browse the repository at this point in the history
Add -Zfeatures tracking issues.
  • Loading branch information
bors committed Feb 21, 2020
2 parents 1f5fbca + 8ee785c commit f46f504
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/doc/src/reference/unstable.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,10 @@ cargo +nightly -Zunstable-options -Zconfig-include --config somefile.toml build
CLI paths are relative to the current working directory.

## Features
* Tracking Issues:
* [itarget #7914](https://github.com/rust-lang/cargo/issues/7914)
* [build_dep #7915](https://github.com/rust-lang/cargo/issues/7915)
* [dev_dep #7916](https://github.com/rust-lang/cargo/issues/7916)

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

0 comments on commit f46f504

Please sign in to comment.