diff options
| author | Patrick Walton <[email protected]> | 2011-03-10 14:31:15 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-10 14:38:06 -0800 |
| commit | 41d5094a8e0f58221b470a2676a9a1dae287102d (patch) | |
| tree | 7a892255e206b778e752eafa9bd819a067eb47b2 /src/Makefile | |
| parent | Update the current id when we create sub parsers. (diff) | |
| download | rust-41d5094a8e0f58221b470a2676a9a1dae287102d.tar.xz rust-41d5094a8e0f58221b470a2676a9a1dae287102d.zip | |
rustc: Fix off-by-one error and logic error regarding type parameters in the translation of bind expressions. Un-XFAIL bind-obj-ctor.rs.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 929be490..f96ad040 100644 --- a/src/Makefile +++ b/src/Makefile @@ -443,7 +443,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \ basic-1.rs \ basic-2.rs \ basic.rs \ - bind-obj-ctor.rs \ child-outlives-parent.rs \ clone-with-exterior.rs \ comm.rs \ |