diff options
| author | Graydon Hoare <[email protected]> | 2010-10-10 00:14:26 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-10-10 00:14:26 -0700 |
| commit | caaf8679d8d22d75511fb0fc2adef585990ef397 (patch) | |
| tree | 4d453d134514ffb2393eb7e7331c59b357a2f3e8 /src/Makefile | |
| parent | Subject copying code to inline heuristic, cut 30kb from rustc. (diff) | |
| download | rust-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/Makefile | 1 |
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 \ |