aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-09-21 11:47:10 -0700
committerGraydon Hoare <[email protected]>2010-09-21 11:47:10 -0700
commit9f0a6c21b2de2247eccbfb1b72137db5c7dd5173 (patch)
treec4929a54a7ff40ab4b252e32e7aa548320304258 /src/Makefile
parentAdd QUES to comp/fe/lexer.rs, rustc can self-lex again. (diff)
downloadrust-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/Makefile1
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 \