You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/unstable-book/src/compiler-flags/env.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ This option flag allows to specify environment variables value at compile time t
8
8
used by `env!` and `option_env!` macros. It also impacts `tracked_env::var` function
9
9
from the `proc_macro` crate.
10
10
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).
12
13
13
14
When retrieving an environment variable value, the one specified by `--env` will take
14
15
precedence. For example, if you want have `PATH=a` in your environment and pass:
0 commit comments