diff options
| author | Roy Frostig <[email protected]> | 2010-07-19 18:19:31 -0700 |
|---|---|---|
| committer | Roy Frostig <[email protected]> | 2010-07-19 18:25:26 -0700 |
| commit | fde9ca0937171b77542028ef433fddf979aa506b (patch) | |
| tree | fcf675dbbca7d865cc05b8cb76683b7de5138e86 /src/Makefile | |
| parent | Include the statements on the LHS of a binop when desugaring. Closes #117. (diff) | |
| download | rust-fde9ca0937171b77542028ef433fddf979aa506b.tar.xz rust-fde9ca0937171b77542028ef433fddf979aa506b.zip | |
Autoderef objects when passing them as implicit (indirect) arg upon vtbl-dispatch. Add testcase and XFAIL it on LLVM. Closes #112.
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 79164467..adc3ec17 100644 --- a/src/Makefile +++ b/src/Makefile @@ -386,6 +386,7 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \ acyclic-unwind.rs \ alt-pattern-simple.rs \ alt-tag.rs \ + autoderef-objfn.rs \ basic.rs \ bind-obj-ctor.rs \ bind-thunk.rs \ |