Skip to content

Commit 7fc95b2

Browse files
committed
Add some tracking issues to unstable docs.
1 parent 6b6ddaa commit 7fc95b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/src/reference/unstable.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,6 +1236,7 @@ rust-version = "1.42"
12361236
```
12371237

12381238
### edition 2021
1239+
* Tracking Issue: [rust-lang/rust#85811](https://github.com/rust-lang/rust/issues/85811)
12391240

12401241
Support for the 2021 [edition] can be enabled by adding the `edition2021`
12411242
unstable feature to the top of `Cargo.toml`:
@@ -1281,6 +1282,7 @@ developers of the dependencies to help resolve the issue.
12811282

12821283
### configurable-env
12831284
* Original Pull Request: [#9175](https://github.com/rust-lang/cargo/pull/9175)
1285+
* Tracking Issue: [#9539](https://github.com/rust-lang/cargo/issues/9539)
12841286

12851287
The `-Z configurable-env` flag enables the `[env]` section in the
12861288
`.cargo/config.toml` file. This section allows you to set additional environment

0 commit comments

Comments
 (0)