Skip to content

Commit b8be3af

Browse files
committed
Add dedicated tracking issues for host-config/target-applies-to-host features.
1 parent 4994b5f commit b8be3af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/src/reference/unstable.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,7 @@ CLI paths are relative to the current working directory.
643643

644644
### target-applies-to-host
645645
* Original Pull Request: [#9322](https://github.com/rust-lang/cargo/pull/9322)
646+
* Tracking Issue: [#9453](https://github.com/rust-lang/cargo/issues/9453)
646647

647648
The `target-applies-to-host` key in a config file can be used set the desired
648649
behavior for passing target config flags to build scripts.
@@ -664,7 +665,7 @@ cargo +nightly -Ztarget-applies-to-host build --target x86_64-unknown-linux-gnu
664665

665666
### host-config
666667
* Original Pull Request: [#9322](https://github.com/rust-lang/cargo/pull/9322)
667-
* Tracking Issue: [#3349](https://github.com/rust-lang/cargo/issues/3349)
668+
* Tracking Issue: [#9452](https://github.com/rust-lang/cargo/issues/9452)
668669

669670
The `host` key in a config file can be used pass flags to host build targets
670671
such as build scripts that must run on the host system instead of the target

0 commit comments

Comments
 (0)