diff options
| author | Patrick Walton <[email protected]> | 2011-03-10 15:14:45 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-10 15:14:45 -0800 |
| commit | 60f86354ad95802da4c861fb8df54abf95f1917b (patch) | |
| tree | b3261f0ae5efe013866e23b9a7151a6eb26ea262 /src/Makefile | |
| parent | rustc: Increment the counter in trans_bind_thunk() (diff) | |
| download | rust-60f86354ad95802da4c861fb8df54abf95f1917b.tar.xz rust-60f86354ad95802da4c861fb8df54abf95f1917b.zip | |
rustc: Use the generic info from the item in bind thunks just as calls do. Un-XFAIL drop-parametric-closure-with-bound-box.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 f96ad040..83dca299 100644 --- a/src/Makefile +++ b/src/Makefile @@ -448,7 +448,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \ comm.rs \ constrained-type.rs \ destructor-ordering.rs \ - drop-parametric-closure-with-bound-box.rs \ foreach-nested-2.rs \ foreach-nested.rs \ foreach-put-structured.rs \ |