]> git.lizzy.rs Git - rust.git/commit
Auto merge of #39887 - nikomatsakis:issue-39292, r=arielb1
authorbors <bors@rust-lang.org>
Sat, 18 Feb 2017 12:17:06 +0000 (12:17 +0000)
committerbors <bors@rust-lang.org>
Sat, 18 Feb 2017 12:17:06 +0000 (12:17 +0000)
commit8f2fc9db15d41285619138900c6f65686bd32a2a
treee0d56fbc406bc04f42a4d04445bcb579bbd5ddf6
parent3c97cbe4c29271bccaf29204310aa0c2779ab8f4
parentf2d8a0019188d4db19afc22a3fd8e3df28b28da9
Auto merge of #39887 - nikomatsakis:issue-39292, r=arielb1

erase late bound regions in `get_vtable_methods()`

Higher-ranked object types can otherwise cause late-bound regions to
sneak into the substs, leading to the false conclusion that some method
is unreachable.

r? @arielb1, who wrote the heart of this patch anyhow

Fixes #39292