rust/src/librustc/middle
Huon Wilson fd278a892a Avoid flow-on Iterator error for for ... in [ty err] {}.
This squashes the

> `for` loop expression has type `[type error]` which does not implement
> the `Iterator` trait

message that one received when writing `for ... in x` where was
previously found to have a type error.

Fixes #16042.
2014-08-29 17:43:46 +10:00
..
borrowck DST coercions and DST structs 2014-08-26 12:38:51 +12:00
cfg Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
save Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
trans auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton 2014-08-28 23:56:20 +00:00
typeck Avoid flow-on Iterator error for for ... in [ty err] {}. 2014-08-29 17:43:46 +10:00
astencode.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
check_const.rs Rebasing changes 2014-08-26 16:07:32 +12:00
check_loop.rs
check_match.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
check_static.rs DST coercions and DST structs 2014-08-26 12:38:51 +12:00
const_eval.rs DST coercions and DST structs 2014-08-26 12:38:51 +12:00
dataflow.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
dead.rs librustc: handle repr on structs, require it for ffi, unify with packed 2014-08-20 21:02:23 -04:00
def.rs
dependency_format.rs
effect.rs Adjust the error messages to match the pattern "expected foo, found bar" 2014-08-24 09:53:01 +02:00
entry.rs
expr_use_visitor.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
freevars.rs
graph.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
intrinsicck.rs auto merge of #16751 : luqmana/rust/tr, r=alexcrichton 2014-08-27 09:31:14 +00:00
kind.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
lang_items.rs
liveness.rs DST coercions and DST structs 2014-08-26 12:38:51 +12:00
mem_categorization.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
pat_util.rs
privacy.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
reachable.rs
region.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
resolve_lifetime.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
resolve.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
stability.rs
subst.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
ty_fold.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
ty.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
weak_lang_items.rs