From 5b9eda4a41a410ffd8529a80c19f499ff856e07f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20=C3=81vila=20de=20Esp=C3=ADndola?= Date: Fri, 14 Jan 2011 17:20:14 -0500 Subject: Fix the import handling in "complex" cases. When looking a.b.c and 'a' is a module, we should look for 'b' *just* in the module 'a' and then continue resolving b.c in the environment created by updating *with* a. Still not 100% correct, but getting there. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 6bb40a98..bf757067 100644 --- a/src/Makefile +++ b/src/Makefile @@ -447,6 +447,7 @@ TEST_XFAILS_RUSTC := $(filter-out \ import3.rs \ import4.rs \ import5.rs \ + import6.rs \ item-name-overload.rs \ large-records.rs \ lazy-init.rs \ -- cgit v1.2.3