aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-03-08 16:31:37 -0800
committerGraydon Hoare <[email protected]>2011-03-08 16:32:39 -0800
commit01bfc3ae8bff5131cfd1db748ca996bdb86e100e (patch)
tree118ee67ea3ecb6fa8e35c58de3220203d1c00d81 /src/Makefile
parentrustc: Move type parameter resolution from translation into the typechecker (diff)
downloadrust-01bfc3ae8bff5131cfd1db748ca996bdb86e100e.tar.xz
rust-01bfc3ae8bff5131cfd1db748ca996bdb86e100e.zip
Fix generic-bind support for bound aliases and generics.
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 2729fc78..1572764d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -409,6 +409,7 @@ TEST_XFAILS_BOOT := $(TASK_XFAILS) \
test/run-pass/obj-as.rs \
test/run-pass/vec-slice.rs \
test/run-pass/fn-lval.rs \
+ test/run-pass/generic-bind-2.rs \
test/run-pass/generic-fn-box.rs \
test/run-pass/generic-tup.rs \
test/run-pass/iter-ret.rs \