Skip to content

Commit 81c3f77

Browse files
authored
docs(changelog): literal host-tuple support (#16033)
Bring back the changelog item: #16032 Probably better wait for FCP <#13051 (comment)>.
2 parents 1890d16 + a1fec50 commit 81c3f77

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/doc/src/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@
9191
([build cache doc](https://doc.rust-lang.org/nightly/cargo/reference/build-cache.html))
9292
[#15833](https://github.com/rust-lang/cargo/pull/15833)
9393
[#15840](https://github.com/rust-lang/cargo/pull/15840)
94+
- The `--target` flag and the `build.target` configuration can now take literal
95+
`"host-tuple"` string, which will internally be substituted by the host
96+
machine's target triple.
97+
[#15838](https://github.com/rust-lang/cargo/pull/15838)
98+
[#16003](https://github.com/rust-lang/cargo/pull/16003)
99+
[#16032](https://github.com/rust-lang/cargo/pull/16032)
94100

95101
### Changed
96102

0 commit comments

Comments
 (0)