diff options
| author | Patrick Walton <[email protected]> | 2010-08-26 14:45:58 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-08-26 14:47:18 -0700 |
| commit | a7eeeb596a9aa0660e6e3f8cff92876ac1686007 (patch) | |
| tree | 5d8e1a5a1131a58b354536b6e0925ab4cd74825f /src/Makefile | |
| parent | When copying function values, null out the destination's binding iff the sour... (diff) | |
| download | rust-a7eeeb596a9aa0660e6e3f8cff92876ac1686007.tar.xz rust-a7eeeb596a9aa0660e6e3f8cff92876ac1686007.zip | |
Add automatic parameter instantiation. Closes #45.
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 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 \ |