aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-10-10 00:14:26 -0700
committerGraydon Hoare <[email protected]>2010-10-10 00:14:26 -0700
commitcaaf8679d8d22d75511fb0fc2adef585990ef397 (patch)
tree4d453d134514ffb2393eb7e7331c59b357a2f3e8 /src/Makefile
parentSubject copying code to inline heuristic, cut 30kb from rustc. (diff)
downloadrust-caaf8679d8d22d75511fb0fc2adef585990ef397.tar.xz
rust-caaf8679d8d22d75511fb0fc2adef585990ef397.zip
Teach bind to actually bind typarams, as it claims to.
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 758488a2..15c35b3c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -475,6 +475,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \
foreach-simple.rs \
fun-call-variants.rs \
fun-indirect-call.rs \
+ generic-bind.rs \
generic-derived-type.rs \
generic-drop-glue.rs \
generic-exterior-box.rs \