diff options
| author | Graydon Hoare <[email protected]> | 2010-09-30 17:39:37 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-09-30 17:39:37 -0700 |
| commit | 2e0d07540702ac6cabcc5670660c72f898d5cbd2 (patch) | |
| tree | df48c5f8070eb55f00db7c435e569782dee26d09 /src/Makefile | |
| parent | Drop slots on block exits even when blocks have no statements. Part way to fi... (diff) | |
| download | rust-2e0d07540702ac6cabcc5670660c72f898d5cbd2.tar.xz rust-2e0d07540702ac6cabcc5670660c72f898d5cbd2.zip | |
Fix bug in bind thunks failing top drop unbound args; add test and adjust rustc to use bind again.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |