]> git.lizzy.rs Git - rust.git/commit
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)
commit2a8ad909304953973a819760071de99f2ce5fb2d
tree824b52b2f6dd05d9e15d082e207210367968cc7a
parent357bf00f1c0ee065239ee0213b854ee65f44eb03
parent149ab1bc39c148fc48394df1ba328c3a5eeca8d8
Auto merge of #50197 - nikomatsakis:skolemize-out-of-tcx, r=eddyb

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