Skip to content

Commit 82e054d

Browse files
committed
+multiple --target flags
1 parent b83f3c9 commit 82e054d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

text/0000a-build-std-compatible.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ As with the "always" option, the exact crates from the standard library to be
9090
built are determined by the `build-std-crate` option or explicit dependencies on
9191
the standard library if [*Standard library dependencies*][deps] are implemented.
9292
93-
Multi-target projects (resulting from the "target" field in artifact
94-
dependencies or the use of `per-pkg-target` fields) results in the decision to
95-
rebuild the standard library being made multiple times - once for each target in
96-
the project.
93+
Multi-target projects (resulting from multiple `--target` flags, the "target"
94+
field in artifact dependencies or the use of `per-pkg-target` fields) results in
95+
the decision to rebuild the standard library being made multiple times - once
96+
for each target in the project.
9797
9898
As Cargo does not have per-target profiles nor a way to change the standard
9999
library's profile on a per-target basis, the only way to configure the standard

0 commit comments

Comments
 (0)