]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #57680 - cuviper:codegen-rebuild, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Sun, 20 Jan 2019 13:46:03 +0000 (13:46 +0000)
committerbors <bors@rust-lang.org>
Sun, 20 Jan 2019 13:46:03 +0000 (13:46 +0000)
[rustbuild] Rebuild std after changes to codegen backends

Use `clear_if_dirty` on std for backend changes, just as we do for
changes to rustc itself, so new codegen is correctly applied to all
later compiler stages.

Fixes #48298.


Trivial merge