Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2679bca

Browse files
committedDec 20, 2023
Add link to explanations about dep-info files
1 parent bd984dd commit 2679bca

File tree

1 file changed

+2
-1
lines changed
  • src/doc/unstable-book/src/compiler-flags

1 file changed

+2
-1
lines changed
 

Diff for: ‎src/doc/unstable-book/src/compiler-flags/env.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ This option flag allows to specify environment variables value at compile time t
88
used by `env!` and `option_env!` macros. It also impacts `tracked_env::var` function
99
from the `proc_macro` crate.
1010

11-
This information will be stored in the dep-info files.
11+
This information will be stored in the dep-info files. For more information about
12+
dep-info files, take a look [here](https://doc.rust-lang.org/cargo/guide/build-cache.html#dep-info-files).
1213

1314
When retrieving an environment variable value, the one specified by `--env` will take
1415
precedence. For example, if you want have `PATH=a` in your environment and pass:

0 commit comments

Comments
 (0)
Failed to load comments.