Skip to content

Commit bcc2ec2

Browse files
committed
Auto merge of #5659 - djc:patch-1, r=alexcrichton
Link to tracking issues in unstable features documentation
2 parents 71006a7 + 57111a0 commit bcc2ec2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/doc/src/reference/unstable.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ publish = ["my-registry"]
6666
### rename-dependency
6767
* Original Issue: [#1311](https://github.com/rust-lang/cargo/issues/1311)
6868
* PR: [#4953](https://github.com/rust-lang/cargo/pull/4953)
69+
* Tracking Issue: [#5653](https://github.com/rust-lang/cargo/issues/5653)
6970

7071
The rename-dependency feature allows you to import a dependency
7172
with a different name from the source. This can be useful in a few scenarios:
@@ -102,6 +103,7 @@ extern crate baz; // git repository
102103
### publish-lockfile
103104
* Original Issue: [#2263](https://github.com/rust-lang/cargo/issues/2263)
104105
* PR: [#5093](https://github.com/rust-lang/cargo/pull/5093)
106+
* Tracking Issue: [#5654](https://github.com/rust-lang/cargo/issues/5654)
105107

106108
When creating a `.crate` file for distribution, Cargo has historically
107109
not included the `Cargo.lock` file. This can cause problems with
@@ -121,6 +123,7 @@ publish-lockfile = true
121123

122124
### Offline Mode
123125
* Original Issue: [#4686](https://github.com/rust-lang/cargo/issues/4686)
126+
* Tracking Issue: [#5655](https://github.com/rust-lang/cargo/issues/5655)
124127

125128
The `-Z offline` flag prevents Cargo from attempting to access the network for
126129
any reason. Typically Cargo will stop with an error if it wants to access the
@@ -150,6 +153,7 @@ generated if dev-dependencies are skipped.
150153

151154
### minimal-versions
152155
* Original Issue: [#4100](https://github.com/rust-lang/cargo/issues/4100)
156+
* Tracking Issue: [#5657](https://github.com/rust-lang/cargo/issues/5657)
153157

154158
When a `Cargo.lock` file is generated, the `-Z minimal-versions` flag will
155159
resolve the dependencies to the minimum semver version that will satisfy the
@@ -251,6 +255,7 @@ cargo +nightly build -Z config-profile
251255

252256
### Namespaced features
253257
* Original issue: [#1286](https://github.com/rust-lang/cargo/issues/1286)
258+
* Tracking Issue: [rust-lang/cargo#5565](https://github.com/rust-lang/cargo/issues/5565)
254259

255260
Currently, it is not possible to have a feature and a dependency with the same
256261
name in the manifest. If you set `namespaced-features` to `true`, the namespaces

0 commit comments

Comments
 (0)