]> git.lizzy.rs Git - rust.git/commit
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)
commit291d958585296b39df0d8ecc785b8786e14cd523
treeb0e145d7754a426f46a2e3567fcae8e45a1bec0c
parent7625c031670bf33e2fb23816736ff10aa2ee6733
parent0972658578f779d5aa3a6b773a862dfb84949d84
Auto merge of #53624 - Zoxc:ice-fix, r=oli-obk

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