@@ -188,12 +188,12 @@ The meaning of the term *target* depends on the context:
188
188
[ list of targets] [ targets ] are configured in the ` Cargo.toml `
189
189
[ * manifest* ] ( #manifest ) , often inferred automatically by the [ directory
190
190
layout] of the source files.
191
- - ** Target Directory** --- Cargo places all built artifacts and intermediate
192
- files in the * target * directory. By default this is a directory named
193
- ` target ` at the [ * workspace * ] ( #workspace ) root, or the package root if not
194
- using a workspace. The directory may be changed with the ` --target-dir `
195
- command-line option, the ` CARGO_TARGET_DIR ` [ environment variable ] , or the
196
- ` build.target-dir ` [ config option ] .
191
+ - ** Target Directory** --- Cargo places built artifacts in the * target * directory.
192
+ By default this is a directory named ` target ` at the [ * workspace * ] ( #workspace ) root,
193
+ or the package root if not using a workspace. The directory may be changed with
194
+ the ` --target-dir ` command-line option, the ` CARGO_TARGET_DIR ` [ environment variable ] ,
195
+ or the ` build.target-dir ` [ config option ] .
196
+ For more information see the [ build cache ] documentation .
197
197
- ** Target Architecture** --- The OS and machine architecture for the built
198
198
artifacts are typically referred to as a * target* .
199
199
- ** Target Triple** --- A triple is a specific format for specifying a target
@@ -251,6 +251,7 @@ manifest is located. (Compare with [*package root*](#package).)
251
251
[ Directory Sources ] : ../reference/source-replacement.md#directory-sources
252
252
[ Local Registry Sources ] : ../reference/source-replacement.md#local-registry-sources
253
253
[ Source Replacement ] : ../reference/source-replacement.md
254
+ [ build cache ] : ../reference/build-cache.html
254
255
[ cargo-unstable ] : ../reference/unstable.md
255
256
[ config option ] : ../reference/config.md
256
257
[ crates.io ] : https://crates.io/
0 commit comments