]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #53624 - Zoxc:ice-fix, r=oli-obk
authorbors <bors@rust-lang.org>
Mon, 27 Aug 2018 09:08:27 +0000 (09:08 +0000)
committerbors <bors@rust-lang.org>
Mon, 27 Aug 2018 09:08:27 +0000 (09:08 +0000)
Move with_globals setup from run_compiler to run

An alternative to https://github.com/rust-lang/rust/pull/53526

Note this breaks some miri stuff and clippy since they call `run_compiler` directly, and they now need to also call `with_globals ` cc @rust-lang/dev-tools

r? @oli-obk


Trivial merge