]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #33555 - soltanmm:ambiguous-nixon, r=nikomatsakis
authorManish Goregaokar <manishsmail@gmail.com>
Sat, 14 May 2016 09:57:48 +0000 (11:57 +0200)
committerManish Goregaokar <manishsmail@gmail.com>
Sat, 14 May 2016 09:57:48 +0000 (11:57 +0200)
commit8bc265bdd13330fade56387269027ab846cda187
tree8effbc9213c58ad17bfcda167a112607e6153149
parent4a1ce9831cae8e49a0cf61cabda97042d85d911e
parent4e5a2e01cf7fd13dccac12deaf7868f3855e54c5
Rollup merge of #33555 - soltanmm:ambiguous-nixon, r=nikomatsakis

Remove unification despite ambiguity in projection

Turns out that closures aren't explicitly considered in `project.rs`, so the ambiguity handling w.r.t. closures can just be removed as the change done in `select.rs` covers it.

r? @nikomatsakis