From 2e0d07540702ac6cabcc5670660c72f898d5cbd2 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 30 Sep 2010 17:39:37 -0700 Subject: Fix bug in bind thunks failing top drop unbound args; add test and adjust rustc to use bind again. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index c82331db..9ca5120d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -462,6 +462,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ deep.rs \ deref.rs \ destructor-ordering.rs \ + drop-bind-thunk-args.rs \ drop-on-empty-block-exit.rs \ export-non-interference.rs \ exterior.rs \ -- cgit v1.2.3