rust/src/librustc/middle/traits
bors 1d81776209 auto merge of #19113 : nikomatsakis/rust/unboxed-boxed-closure-unification, r=acrichto
Use the expected type to infer the argument/return types of unboxed closures. Also, in `||` expressions, use the expected type to decide if the result should be a boxed or unboxed closure (and if an unboxed closure, what kind).

This supercedes PR #19089, which was already reviewed by @pcwalton.
2014-11-20 12:01:44 +00:00
..
coherence.rs rustc: middle: remove obsolete ty::get. 2014-11-19 06:24:35 +02:00
doc.rs Use type-safe wrapper for TypeFlags 2014-10-24 10:20:02 -04:00
fulfill.rs Deduce the argument types based on the expected type, trawling through the fulfillment contect if necessary. 2014-11-19 05:52:59 -05:00
mod.rs Refactor QPath to take an ast::TraitRef 2014-11-19 05:53:40 -05:00
select.rs Refactor QPath to take an ast::TraitRef 2014-11-19 05:53:40 -05:00
util.rs Refactor QPath to take an ast::TraitRef 2014-11-19 05:53:40 -05:00