diff options
| author | Patrick Walton <[email protected]> | 2011-03-11 14:28:49 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-11 14:29:45 -0800 |
| commit | 6392bd16811f20b71693df62909c465203d4f8d7 (patch) | |
| tree | 5ee4bbc99508e8ed6fe436bfb399b8496b612e15 /src/Makefile | |
| parent | Add support for indexing tags in blocks. (diff) | |
| download | rust-6392bd16811f20b71693df62909c465203d4f8d7.tar.xz rust-6392bd16811f20b71693df62909c465203d4f8d7.zip | |
rustc: Load structural loop variables in iterators. Un-XFAIL foreach-put-structured.rs.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index e06bb386..a407f206 100644 --- a/src/Makefile +++ b/src/Makefile @@ -449,7 +449,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \ comm.rs \ constrained-type.rs \ destructor-ordering.rs \ - foreach-put-structured.rs \ iter-ret.rs \ lazychan.rs \ lib-bitv.rs \ |