]> git.lizzy.rs Git - rust.git/commit
auto merge of #18893 : bkoropoff/rust/issue-18883, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 14 Nov 2014 15:22:28 +0000 (15:22 +0000)
committerbors <bors@rust-lang.org>
Fri, 14 Nov 2014 15:22:28 +0000 (15:22 +0000)
commit1bf06495443584539b958873e04cc2f864ab10e4
tree07098214ac283d0b8e48967575f92ef6243dbe68
parent4963afdc7b6adeee74abd306d3933a58bbec522b
parent01358587a5a3fd7a324f54349d210913229daac5
auto merge of #18893 : bkoropoff/rust/issue-18883, r=alexcrichton

This was a simple case of substitutions being applied inconsistently.  I haven't investigated why type parameters are actually showing up in the closure type here, but trans needs to handle them correctly in any case.