]> git.lizzy.rs Git - rust.git/commit
auto merge of #18022 : nikomatsakis/rust/issue-18019, r=pcwalton
authorbors <bors@rust-lang.org>
Sat, 18 Oct 2014 04:32:16 +0000 (04:32 +0000)
committerbors <bors@rust-lang.org>
Sat, 18 Oct 2014 04:32:16 +0000 (04:32 +0000)
commit2c0f87610d8fdcb6a90cd8dd1a372fe0ccc8a418
tree8d4eee30cd81bc590ee5314e68727ef97b367887
parent1270f8e77a53b5be5ea3de10440c79394c0ad025
parentf4a7d32c8b53649d20735c8a90469b08fe7cc3dc
auto merge of #18022 : nikomatsakis/rust/issue-18019, r=pcwalton

Only consider impliciy unboxed closure impl if the obligation is actually for `Fn`, `FnMut`, or `FnOnce`.

Fixes #18019

r? @pcwalton