From 2fb09eb58569f5a0e5544c6256173d4b6b8ffcf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20=C3=81vila=20de=20Esp=C3=ADndola?= Date: Fri, 7 Jan 2011 17:38:13 -0500 Subject: Add sufficient import support to compile some simple single-crate programs. This is likely not the final solution. It does repetitive work and doesn't produce errors for invalid but unused imports. In any case, I think it is a useful step. --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index e2091ca8..60f87e8e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -437,6 +437,8 @@ TEST_XFAILS_RUSTC := $(filter-out \ int.rs \ i32-sub.rs \ i8-incr.rs \ + import2.rs \ + import3.rs \ item-name-overload.rs \ large-records.rs \ lazy-init.rs \ -- cgit v1.2.3