aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-02-23 10:58:43 -0800
committerPatrick Walton <[email protected]>2011-02-23 17:08:02 -0800
commitb4d6589e7387a7c7df0841f51f0fa5ef831883d9 (patch)
treec0078dc90c1bfe0174c26ad0c989b2567bbf16b1 /src/Makefile
parentAdd a type for crate directives, to support intermixing with exprs in crate f... (diff)
downloadrust-b4d6589e7387a7c7df0841f51f0fa5ef831883d9.tar.xz
rust-b4d6589e7387a7c7df0841f51f0fa5ef831883d9.zip
Implement type descriptor binding. Un-XFAIL test/run-pass/generic-bind.rs.
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 551a7001..edbe9e29 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -480,6 +480,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
foreach-simple.rs \
fun-call-variants.rs \
fun-indirect-call.rs \
+ generic-bind.rs \
generic-derived-type.rs \
generic-fn.rs \
generic-fn-infer.rs \