]> git.lizzy.rs Git - rust.git/commit
Merge #6807
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Thu, 10 Dec 2020 18:30:11 +0000 (18:30 +0000)
committerGitHub <noreply@github.com>
Thu, 10 Dec 2020 18:30:11 +0000 (18:30 +0000)
commit41321d96789ed918eebda02ada76758765d19d16
tree1d2b0272f9ae48e143b2e6fa7260c6664eb40b03
parent814e31957ea0e063272132afd15c3e8f4ed54454
parent4d4b91117a02b55e913216459ae661d8dd166579
Merge #6807

6807: Replicate Cargo environment variables r=jonas-schievink a=jonas-schievink

These might be relied on by procedural macros, and can also be accessed via `env!`.

Required for fixing https://github.com/rust-analyzer/rust-analyzer/issues/6696. We do not yet propagate these to any proc macros though.

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>