Skip to content

Commit

Permalink
Parse # env-dep directives in dep-info files
Browse files Browse the repository at this point in the history
This commit updates Cargo's parsing of rustc's dep-info files to account
for changes made upstream in rust-lang/rust#71858. This means that if
`env!` or `option_env!` is used in crate files Cargo will correctly
rebuild the crate if the env var changes.

Closes rust-lang#8417
  • Loading branch information
alexcrichton committed Jun 29, 2020
1 parent 67075be commit f666b19
Show file tree
Hide file tree
Showing 4 changed files with 339 additions and 96 deletions.
Loading

0 comments on commit f666b19

Please sign in to comment.