diff options
| author | Graydon Hoare <[email protected]> | 2010-12-09 16:03:22 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-12-09 16:06:40 -0800 |
| commit | 9ee3475e09c8fce81b5b06365a7f70d029a80155 (patch) | |
| tree | 248109cb28a5f8edae035fe2d635ed6235d766ad /src/Makefile | |
| parent | rustc: Decouple new_fn_ctxt from AST items so that we can use it to generate ... (diff) | |
| download | rust-9ee3475e09c8fce81b5b06365a7f70d029a80155.tar.xz rust-9ee3475e09c8fce81b5b06365a7f70d029a80155.zip | |
Rewrite second pass of collect_item_types to use fold, therefore process all items in crate. Add testcase to check.
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 9e940b5c..150221c8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -549,6 +549,7 @@ TEST_XFAILS_SELF := $(filter-out \ rec-auto.rs \ rec-tup.rs \ return-nil.rs \ + type-in-nested-module.rs \ tup.rs \ u32-decr.rs \ u8-incr.rs \ |