Auto merge of #11942 - cuviper:patch-1, r=ehuss

doc(changelog): `[env]` is a table, not a stable
This commit is contained in:
bors 2023-04-07 01:00:42 +00:00
commit 9fb2294371

View File

@ -83,7 +83,7 @@
and an inherited dependency of a member has `default-features = true`,
Cargo will enable default features of that dependency.
[#11409](https://github.com/rust-lang/cargo/pull/11409)
- ❗ Deny `CARGO_HOME` in `[env]` configuration stable. Cargo itself doesn't
- ❗ Deny `CARGO_HOME` in `[env]` configuration table. Cargo itself doesn't
pick up this value, but recursive calls to cargo will. We consider it as a
wrong behavior to only pass it to recursive invocations.
[#11644](https://github.com/rust-lang/cargo/pull/11644)