diff options
| author | Roy Frostig <[email protected]> | 2010-07-19 19:06:55 -0700 |
|---|---|---|
| committer | Roy Frostig <[email protected]> | 2010-07-19 19:06:55 -0700 |
| commit | ae515c017c0aadb2a4c691804f1bc3b8b343dd67 (patch) | |
| tree | 162a9bce32a712db96d45ed20f7c8e2e20355ae3 /src/Makefile | |
| parent | Autoderef objects when passing them as implicit (indirect) arg upon vtbl-disp... (diff) | |
| download | rust-ae515c017c0aadb2a4c691804f1bc3b8b343dd67.tar.xz rust-ae515c017c0aadb2a4c691804f1bc3b8b343dd67.zip | |
ctxt_auto_deref_lval decides whether to autoderef the entire lval, not its base.
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 adc3ec17..628eab62 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-full-lval.rs \ autoderef-objfn.rs \ basic.rs \ bind-obj-ctor.rs \ |