aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2010-08-26 14:45:58 -0700
committerPatrick Walton <[email protected]>2010-08-26 14:47:18 -0700
commita7eeeb596a9aa0660e6e3f8cff92876ac1686007 (patch)
tree5d8e1a5a1131a58b354536b6e0925ab4cd74825f /src/Makefile
parentWhen copying function values, null out the destination's binding iff the sour... (diff)
downloadrust-a7eeeb596a9aa0660e6e3f8cff92876ac1686007.tar.xz
rust-a7eeeb596a9aa0660e6e3f8cff92876ac1686007.zip
Add automatic parameter instantiation. Closes #45.
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 39688339..22dd0c56 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -431,6 +431,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \
argv.rs \
autoderef-full-lval.rs \
autoderef-objfn.rs \
+ auto-instantiate.rs \
basic.rs \
basic-1.rs \
basic-2.rs \