We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd984dd commit 2679bcaCopy full SHA for 2679bca
src/doc/unstable-book/src/compiler-flags/env.md
@@ -8,7 +8,8 @@ This option flag allows to specify environment variables value at compile time t
8
used by `env!` and `option_env!` macros. It also impacts `tracked_env::var` function
9
from the `proc_macro` crate.
10
11
-This information will be stored in the dep-info files.
+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).
13
14
When retrieving an environment variable value, the one specified by `--env` will take
15
precedence. For example, if you want have `PATH=a` in your environment and pass:
0 commit comments