diff options
| author | Graydon Hoare <[email protected]> | 2011-01-24 18:03:31 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-01-24 18:03:31 -0800 |
| commit | a32d206d27779bc479270fcb41f770de7d57cf34 (patch) | |
| tree | 90d0229e6805f3c860876680ebd41d428ab03d0e /src/Makefile | |
| parent | Do better at parsing expr_paths with type arguments. (diff) | |
| download | rust-a32d206d27779bc479270fcb41f770de7d57cf34.tar.xz rust-a32d206d27779bc479270fcb41f770de7d57cf34.zip | |
Implement autoderef in rustc. Un-XFAIL autoderef-full-lval.rs.
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 ad0e209a..675a4823 100644 --- a/src/Makefile +++ b/src/Makefile @@ -422,6 +422,7 @@ TEST_XFAILS_RUSTC := $(filter-out \ arith-0.rs \ arith-1.rs \ arith-2.rs \ + autoderef-full-lval.rs \ bind-interior.rs \ bind-thunk.rs \ bind-trivial.rs \ |