aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-08-25 16:21:50 -0700
committerGraydon Hoare <[email protected]>2010-08-25 16:21:50 -0700
commit91d640f90f23a79f10cde0a4e70bd86ab8cf5378 (patch)
tree3150ce55a053e36984eaf51b782b433612f0289a /src/Makefile
parentFirst pass of updating the in-memory layout of closures, for issue 81. (diff)
downloadrust-91d640f90f23a79f10cde0a4e70bd86ab8cf5378.tar.xz
rust-91d640f90f23a79f10cde0a4e70bd86ab8cf5378.zip
Merge obj-drop and closure-drop code, handles freeing bound exteriors now.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 672c1d79..5d7b9dc9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -435,6 +435,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \
basic.rs \
basic-1.rs \
basic-2.rs \
+ bind-exterior.rs \
bind-obj-ctor.rs \
bind-thunk.rs \
bind-trivial.rs \