]> git.lizzy.rs Git - rust.git/commit
Remove `lower_to_hir()` call from `prepare_output()`.
authorNicholas Nethercote <nnethercote@mozilla.com>
Fri, 30 Aug 2019 06:24:01 +0000 (16:24 +1000)
committerNicholas Nethercote <nnethercote@mozilla.com>
Sun, 1 Sep 2019 22:46:31 +0000 (08:46 +1000)
commitcd0c21b0e5b68e29c63c3c98db9147cb0e5a3bc8
treea050621e298b61bf7929d45f0338d814e3d3db8b
parentd61605cef866008a19e33eb596df1d76ff1571f3
Remove `lower_to_hir()` call from `prepare_output()`.

It's a false dependency. The result isn't used and there are no
relevant side-effects.
src/librustc_interface/queries.rs