aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-02-15 15:07:55 -0800
committerGraydon Hoare <[email protected]>2011-02-15 15:07:55 -0800
commit370c1ad00eaa0ff95c4e09a6e0545bf833d6668a (patch)
tree8658f64043b54d4d0483bbaa2772bc239ee965eb /src/Makefile
parentChange another typestate check to an expr check. (diff)
downloadrust-370c1ad00eaa0ff95c4e09a6e0545bf833d6668a.tar.xz
rust-370c1ad00eaa0ff95c4e09a6e0545bf833d6668a.zip
Handle record update in typeck.
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 3457864c..11c7bee8 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -553,6 +553,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
bad-expr-path.rs \
bad-expr-path2.rs \
bogus-tag.rs \
+ fru-extra-field.rs \
import.rs \
import2.rs \
import3.rs \