]> git.lizzy.rs Git - rust.git/commit
Auto merge of #32344 - aturon:issue-32324, r=eddyb
authorbors <bors@rust-lang.org>
Mon, 21 Mar 2016 00:48:09 +0000 (17:48 -0700)
committerbors <bors@rust-lang.org>
Mon, 21 Mar 2016 00:48:09 +0000 (17:48 -0700)
commit7f5c568e0ad7014eda43798fd66fb7f2b8069ff2
tree8ff988a32ae0856147970c09e2565bb006c1a516
parent399b52217b19dd8e1d86b652c150579c0110e772
parent09263a6137f27ef82e36225683c5f320c9163b17
Auto merge of #32344 - aturon:issue-32324, r=eddyb

Fix mis-uses of projection mode

A couple of places where we construct a fresh inference context were
incorrectly assuming that we were past coherence checking. This commit
corrects them to use `Topmost` rather than `AnyFinal` as the projection mode.

Fixes #32324

r? @nikomatsakis