Implement expr_put. Un-XFAIL foreach-simple.rs; iters w/o env access work.

This commit is contained in:
Graydon Hoare 2011-02-18 18:52:16 -08:00
parent 5508c28ff0
commit b0c7439d77
2 changed files with 30 additions and 2 deletions

View file

@ -475,6 +475,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
else-if.rs \
fact.rs \
fn-lval.rs \
foreach-simple.rs \
fun-call-variants.rs \
fun-indirect-call.rs \
generic-derived-type.rs \