]> git.proxmox.com Git - cargo.git/commit
Auto merge of #10254 - joshtriplett:rmeta-required-no-timings, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 4 Jan 2022 18:39:45 +0000 (18:39 +0000)
committerbors <bors@rust-lang.org>
Tue, 4 Jan 2022 18:39:45 +0000 (18:39 +0000)
commit358e79fe56fe374649275ca7aebaafd57ade0e8d
tree2c92a22a7deceabd2233be055d901e1dafb78924
parent50840723d59e14efa721f52ef7b12dfb746d047a
parent25d1480800c51fa066a44255590c25dd245c46e9
Auto merge of #10254 - joshtriplett:rmeta-required-no-timings, r=alexcrichton

Make rmeta_required no longer depend on whether timing is enabled

This doesn't appear to affect the quality of the timing information at
all.

If there's additional information we need from rustc about what it's
doing at any given time, we could add mechanisms to retrieve that
information, but enabling timing shouldn't force building more than we
otherwise would have.