]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #50197 - nikomatsakis:skolemize-out-of-tcx, r=eddyb
authorbors <bors@rust-lang.org>
Tue, 1 May 2018 00:16:16 +0000 (00:16 +0000)
committerbors <bors@rust-lang.org>
Tue, 1 May 2018 00:16:16 +0000 (00:16 +0000)
move skolemized regions into global tcx

Experimental branch to move skolemized regions into global tcx. This is probably not what we want long term but may be convenient to unblock @sgrif in the short term.

I'd like to do a perf run, though the main concern I guess would be memory usage.

r? @eddyb


Trivial merge