From 1b82060c5e40e0b4e996bcd30deccd2a523c7590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20=C3=81vila=20de=20Esp=C3=ADndola?= Date: Tue, 25 Jan 2011 18:15:19 -0500 Subject: Print an error if we try to refer to a module in an expr_path. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 5da27170..8ad5c4bc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -504,6 +504,7 @@ TEST_XFAILS_RUSTC := $(filter-out \ arg-count-mismatch.rs \ arg-type-mismatch.rs \ bad-expr-path.rs \ + bad-expr-path2.rs \ import.rs \ import2.rs \ import3.rs \ -- cgit v1.2.3