Teach bind to actually bind typarams, as it claims to.

This commit is contained in:
Graydon Hoare 2010-10-10 00:14:26 -07:00
parent 9fc963842d
commit caaf8679d8
5 changed files with 112 additions and 61 deletions

View file

@ -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 \