diff options
| author | Graydon Hoare <[email protected]> | 2010-09-21 11:47:10 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-09-21 11:47:10 -0700 |
| commit | 9f0a6c21b2de2247eccbfb1b72137db5c7dd5173 (patch) | |
| tree | c4929a54a7ff40ab4b252e32e7aa548320304258 /src/Makefile | |
| parent | Add QUES to comp/fe/lexer.rs, rustc can self-lex again. (diff) | |
| download | rust-9f0a6c21b2de2247eccbfb1b72137db5c7dd5173.tar.xz rust-9f0a6c21b2de2247eccbfb1b72137db5c7dd5173.zip | |
Implement preliminary form of structured compare. No boxes, vectors or strings yet.
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 b4233f5b..8277ed31 100644 --- a/src/Makefile +++ b/src/Makefile @@ -537,6 +537,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ str-append.rs \ str-concat.rs \ str-idx.rs \ + structured-compare.rs \ tag.rs \ tail-call-arg-leak.rs \ tail-cps.rs \ |