]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #81664 - bjorn3:no_codegen_hir, r=lcnr
authorMara Bos <m-ou.se@m-ou.se>
Fri, 5 Feb 2021 23:14:13 +0000 (00:14 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Feb 2021 23:14:13 +0000 (00:14 +0100)
commitadd80c9d4b1f3f70297d7738ce6a9e71134f9e88
treec6517509ea4ecb1d9fbf2190862946f1ce2a68c3
parent78be1aa2264470f7b5043fbf13e8c6551b806a7a
parentda536554a0b67ef24c7f66e7b1561729d0e36b75
Rollup merge of #81664 - bjorn3:no_codegen_hir, r=lcnr

Avoid a hir access inside get_static

Together with #81056 this ensures that the codegen unit DepNode doesn't have a direct dependency on any part of the hir.