We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6ddaa commit 7fc95b2Copy full SHA for 7fc95b2
src/doc/src/reference/unstable.md
@@ -1236,6 +1236,7 @@ rust-version = "1.42"
1236
```
1237
1238
### edition 2021
1239
+* Tracking Issue: [rust-lang/rust#85811](https://github.com/rust-lang/rust/issues/85811)
1240
1241
Support for the 2021 [edition] can be enabled by adding the `edition2021`
1242
unstable feature to the top of `Cargo.toml`:
@@ -1281,6 +1282,7 @@ developers of the dependencies to help resolve the issue.
1281
1282
1283
### configurable-env
1284
* Original Pull Request: [#9175](https://github.com/rust-lang/cargo/pull/9175)
1285
+* Tracking Issue: [#9539](https://github.com/rust-lang/cargo/issues/9539)
1286
1287
The `-Z configurable-env` flag enables the `[env]` section in the
1288
`.cargo/config.toml` file. This section allows you to set additional environment
0 commit comments