diff options
| author | Graydon Hoare <[email protected]> | 2011-02-15 15:07:55 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-02-15 15:07:55 -0800 |
| commit | 370c1ad00eaa0ff95c4e09a6e0545bf833d6668a (patch) | |
| tree | 8658f64043b54d4d0483bbaa2772bc239ee965eb /src/Makefile | |
| parent | Change another typestate check to an expr check. (diff) | |
| download | rust-370c1ad00eaa0ff95c4e09a6e0545bf833d6668a.tar.xz rust-370c1ad00eaa0ff95c4e09a6e0545bf833d6668a.zip | |
Handle record update in typeck.
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 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 \ |