]> git.lizzy.rs Git - rust.git/commit
register the obligations from `wf::implied_bounds`
authorNiko Matsakis <niko@alum.mit.edu>
Wed, 14 Jun 2017 18:25:41 +0000 (14:25 -0400)
committerNiko Matsakis <niko@alum.mit.edu>
Sat, 17 Jun 2017 09:40:39 +0000 (05:40 -0400)
commit9fec4093df1b31a3d63100922136e7bfb53c0d26
tree01d90b5b421e2e033c9be17dbae129a3b2322dd1
parenta65d8d3d71d49ba87fd4e8bfb86b70ec7d2ad83f
register the obligations from `wf::implied_bounds`

Fixes #42552.
Fixes #42545.
src/librustc_typeck/check/mod.rs
src/librustc_typeck/check/regionck.rs
src/test/run-pass/issue-42552.rs [new file with mode: 0644]